(0.1ms) SELECT sqlite_version(*)  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateUsers (20170711060330)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170711060330"]]  (0.7ms) commit transaction Migrating to AddRoleToUserResources (20170711060332)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "users" ADD "role" varchar DEFAULT '' NOT NULL  (0.1ms) CREATE INDEX "index_users_on_role" ON "users" ("role") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170711060332"]]  (0.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-07-11 06:03:34.732910"], ["updated_at", "2017-07-11 06:03:34.732910"]]  (1.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_role' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_role' AND type='index'   (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.081285"], ["updated_at", "2017-07-11 06:03:36.081285"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.089509"], ["updated_at", "2017-07-11 06:03:36.089509"], ["role", "staff"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.090839"], ["updated_at", "2017-07-11 06:03:36.090839"], ["role", "admin"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.096020"], ["updated_at", "2017-07-11 06:03:36.096020"], ["role", "guest"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.097464"], ["updated_at", "2017-07-11 06:03:36.097464"], ["role", "staff"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.098559"], ["updated_at", "2017-07-11 06:03:36.098559"], ["role", "admin"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "staff"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.106798"], ["updated_at", "2017-07-11 06:03:36.106798"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.109644"], ["updated_at", "2017-07-11 06:03:36.109644"], ["role", "staff"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.113025"], ["updated_at", "2017-07-11 06:03:36.113025"], ["role", "admin"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "staff"]]  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.123243"], ["updated_at", "2017-07-11 06:03:36.123243"], ["role", "guest"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.128294"], ["updated_at", "2017-07-11 06:03:36.128294"], ["role", "staff"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.131265"], ["updated_at", "2017-07-11 06:03:36.131265"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "staff"]]  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.138792"], ["updated_at", "2017-07-11 06:03:36.138792"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.140527"], ["updated_at", "2017-07-11 06:03:36.140527"], ["role", "staff"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.141903"], ["updated_at", "2017-07-11 06:03:36.141903"], ["role", "admin"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "admin"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.145855"], ["updated_at", "2017-07-11 06:03:36.145855"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.147741"], ["updated_at", "2017-07-11 06:03:36.147741"], ["role", "staff"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.149052"], ["updated_at", "2017-07-11 06:03:36.149052"], ["role", "admin"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "admin"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.153971"], ["updated_at", "2017-07-11 06:03:36.153971"], ["role", "guest"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.164552"], ["updated_at", "2017-07-11 06:03:36.164552"], ["role", "staff"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.172791"], ["updated_at", "2017-07-11 06:03:36.172791"], ["role", "admin"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "admin"]]  (3.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.193964"], ["updated_at", "2017-07-11 06:03:36.193964"], ["role", "guest"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.202499"], ["updated_at", "2017-07-11 06:03:36.202499"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.209270"], ["updated_at", "2017-07-11 06:03:36.209270"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "guest"]]  (1.4ms) rollback transaction  (0.2ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.232699"], ["updated_at", "2017-07-11 06:03:36.232699"], ["role", "guest"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.243351"], ["updated_at", "2017-07-11 06:03:36.243351"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.250840"], ["updated_at", "2017-07-11 06:03:36.250840"], ["role", "admin"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "guest"]]  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.264635"], ["updated_at", "2017-07-11 06:03:36.264635"], ["role", "guest"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.273456"], ["updated_at", "2017-07-11 06:03:36.273456"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.279271"], ["updated_at", "2017-07-11 06:03:36.279271"], ["role", "admin"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."role" = ? [["role", "guest"]]  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.296501"], ["updated_at", "2017-07-11 06:03:36.296501"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.298349"], ["updated_at", "2017-07-11 06:03:36.298349"], ["role", "staff"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.299566"], ["updated_at", "2017-07-11 06:03:36.299566"], ["role", "admin"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.344668"], ["updated_at", "2017-07-11 06:03:36.344668"], ["role", "guest"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.353748"], ["updated_at", "2017-07-11 06:03:36.353748"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.358181"], ["updated_at", "2017-07-11 06:03:36.358181"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.367300"], ["updated_at", "2017-07-11 06:03:36.367300"], ["role", "admin"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_1 SQL (0.8ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.374730"], ["role", "guest"], ["id", 4]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (2.7ms) rollback transaction  (0.4ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.404745"], ["updated_at", "2017-07-11 06:03:36.404745"], ["role", "guest"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.416323"], ["updated_at", "2017-07-11 06:03:36.416323"], ["role", "staff"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.424761"], ["updated_at", "2017-07-11 06:03:36.424761"], ["role", "admin"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.439057"], ["updated_at", "2017-07-11 06:03:36.439057"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.442386"], ["role", "guest"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.551864"], ["updated_at", "2017-07-11 06:03:36.551864"], ["role", "guest"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.555999"], ["updated_at", "2017-07-11 06:03:36.555999"], ["role", "staff"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.559316"], ["updated_at", "2017-07-11 06:03:36.559316"], ["role", "admin"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.564571"], ["updated_at", "2017-07-11 06:03:36.564571"], ["role", "admin"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.573466"], ["role", "staff"], ["id", 4]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.590718"], ["updated_at", "2017-07-11 06:03:36.590718"], ["role", "guest"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.600225"], ["updated_at", "2017-07-11 06:03:36.600225"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.605377"], ["updated_at", "2017-07-11 06:03:36.605377"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.607509"], ["updated_at", "2017-07-11 06:03:36.607509"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.609361"], ["role", "staff"], ["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.617934"], ["updated_at", "2017-07-11 06:03:36.617934"], ["role", "guest"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.622368"], ["updated_at", "2017-07-11 06:03:36.622368"], ["role", "staff"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.637893"], ["updated_at", "2017-07-11 06:03:36.637893"], ["role", "admin"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.644922"], ["updated_at", "2017-07-11 06:03:36.644922"], ["role", "guest"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.651043"], ["role", "admin"], ["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.661814"], ["updated_at", "2017-07-11 06:03:36.661814"], ["role", "guest"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.674677"], ["updated_at", "2017-07-11 06:03:36.674677"], ["role", "staff"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.686055"], ["updated_at", "2017-07-11 06:03:36.686055"], ["role", "admin"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (4.4ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "users" ("created_at", "updated_at", "role") VALUES (?, ?, ?) [["created_at", "2017-07-11 06:03:36.700962"], ["updated_at", "2017-07-11 06:03:36.700962"], ["role", "guest"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "users" SET "updated_at" = ?, "role" = ? WHERE "users"."id" = ? [["updated_at", "2017-07-11 06:03:36.712981"], ["role", "admin"], ["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction