(2.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.8ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.0ms) select sqlite_version(*)  (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (0.3ms) DROP DATABASE IF EXISTS "db/test"."sqlite3" PG::SyntaxError: ERROR: syntax error at or near "." LINE 1: DROP DATABASE IF EXISTS "db/test"."sqlite3" ^ : DROP DATABASE IF EXISTS "db/test"."sqlite3"  (0.2ms) DROP DATABASE IF EXISTS "db/test"  (243.7ms) CREATE DATABASE "db/test" ENCODING = 'unicode'  (10.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.7ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (0.2ms) DROP DATABASE IF EXISTS "test"  (242.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (11.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.7ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.7ms) DROP DATABASE IF EXISTS "test"  (242.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (6.4ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (0.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.4ms) DROP DATABASE IF EXISTS "test"  (231.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (232.7ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.4ms) DROP DATABASE IF EXISTS "test"  (233.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (241.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.1ms) DROP DATABASE IF EXISTS "test"  (243.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.7ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (244.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.0ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.1ms) DROP DATABASE IF EXISTS "test"  (235.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (234.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.3ms) DROP DATABASE IF EXISTS "test"  (242.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.5ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.5ms) DROP DATABASE IF EXISTS "test"  (235.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.0ms) DROP DATABASE IF EXISTS "test"  (242.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.3ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.8ms) DROP DATABASE IF EXISTS "test"  (234.5ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.1ms) DROP DATABASE IF EXISTS "test"  (236.7ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (243.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (235.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.4ms) DROP DATABASE IF EXISTS "test"  (236.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.3ms) DROP DATABASE IF EXISTS "test"  (233.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.8ms) DROP DATABASE IF EXISTS "test"  (236.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.9ms) DROP DATABASE IF EXISTS "test"  (236.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (235.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.0ms) DROP DATABASE IF EXISTS "test"  (234.9ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.9ms) DROP DATABASE IF EXISTS "test"  (235.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.4ms) DROP DATABASE IF EXISTS "test"  (238.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (235.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.6ms) DROP DATABASE IF EXISTS "test"  (235.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (234.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.3ms) DROP DATABASE IF EXISTS "test"  (242.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.8ms) DROP DATABASE IF EXISTS "test"  (234.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (242.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (232.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.5ms) DROP DATABASE IF EXISTS "test"  (244.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.2ms) DROP DATABASE IF EXISTS "test"  (236.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.9ms) DROP DATABASE IF EXISTS "test"  (236.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.0ms) DROP DATABASE IF EXISTS "test"  (234.9ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.7ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.2ms) DROP DATABASE IF EXISTS "test"  (237.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.3ms) DROP DATABASE IF EXISTS "test"  (242.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.7ms) DROP DATABASE IF EXISTS "test"  (235.9ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.4ms) DROP DATABASE IF EXISTS "test"  (236.5ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (236.9ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (237.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (235.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (235.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (241.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (237.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (242.7ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.4ms) DROP DATABASE IF EXISTS "test"  (240.9ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (243.5ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.6ms) DROP DATABASE IF EXISTS "test"  (236.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.1ms) DROP DATABASE IF EXISTS "test"  (235.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (0.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (235.1ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.7ms) DROP DATABASE IF EXISTS "test"  (242.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.4ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (234.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.4ms) DROP DATABASE IF EXISTS "test"  (242.7ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.5ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (236.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.5ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.1ms) DROP DATABASE IF EXISTS "test"  (233.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.1ms) DROP DATABASE IF EXISTS "test"  (242.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.8ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (105.0ms) DROP DATABASE IF EXISTS "test"  (233.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.8ms) DROP DATABASE IF EXISTS "test"  (239.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.4ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.3ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.9ms) DROP DATABASE IF EXISTS "test"  (238.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.7ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (243.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (244.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.8ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.2ms) DROP DATABASE IF EXISTS "test"  (233.5ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (243.4ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.0ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (243.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.3ms) DROP DATABASE IF EXISTS "test"  (235.5ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.7ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (2.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.5ms) DROP DATABASE IF EXISTS "test"  (242.1ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.4ms) DROP DATABASE IF EXISTS "test"  (232.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.9ms) DROP DATABASE IF EXISTS "test"  (234.8ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.3ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (103.7ms) DROP DATABASE IF EXISTS "test"  (237.2ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.8ms) DROP DATABASE IF EXISTS "test"  (239.7ms) CREATE DATABASE "test" ENCODING = 'unicode'  (4.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying, "uid" integer, "name" character varying, "oauth_access_token" character varying, "oauth_refresh_token" character varying, "oauth_expires_at" character varying)   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.0ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.6ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.0ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (2.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.2ms) DROP TABLE "accounts"  (1.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) SELECT version FROM "schema_migrations"  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  (0.0ms) select sqlite_version(*)  (1.3ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) DROP TABLE "accounts"  (1.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "uid" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)  (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) DROP TABLE "accounts"  (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "uid" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) SELECT version FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Account Load (0.8ms) SELECT "accounts".* FROM "accounts"  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.2ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-02 20:56:14.054320"], ["updated_at", "2015-04-02 20:56:14.054320"]]  (3.1ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts" Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "accounts" SET "name" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["name", "tttt"], ["updated_at", "2015-04-02 20:56:44.860816"]]  (1.6ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1 Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "accounts" SET "name" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["name", "ddd"], ["updated_at", "2015-04-02 20:58:14.556383"]]  (2.2ms) commit transaction  (105.7ms) DROP DATABASE IF EXISTS "test"  (239.0ms) CREATE DATABASE "test" ENCODING = 'unicode'  (3.9ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (104.9ms) DROP DATABASE IF EXISTS "test"  (236.6ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.1ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.8ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') Account Load (0.9ms) SELECT "accounts".* FROM "accounts" SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts"  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.2ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index' Account Load (0.6ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.1ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-03 10:10:48.162209"], ["updated_at", "2015-04-03 10:10:48.162209"]] Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1  (3.1ms) commit transaction  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "accounts" SET "name" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["name", "tttt"], ["updated_at", "2015-04-03 10:10:48.168051"]]  (2.3ms) commit transaction Account Load (0.7ms) SELECT "accounts".* FROM "accounts" Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "accounts" WHERE "accounts"."id" = ? [["id", 1]]  (2.1ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.2ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-03 10:11:30.805930"], ["updated_at", "2015-04-03 10:11:30.805930"]]  (1.7ms) commit transaction  (0.1ms) begin transaction Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.1ms) UPDATE "accounts" SET "name" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "ddd"], ["updated_at", "2015-04-03 10:11:55.091080"]]  (2.4ms) commit transaction  (0.0ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.3ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index'   (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.3ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index'  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.4ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index'  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.3ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_uid' AND type='index' Account Load (0.5ms) SELECT "accounts".* FROM "accounts"  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.2ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-07 13:51:09.166447"], ["updated_at", "2015-04-07 13:51:09.166447"]]  (2.6ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.0ms) rollback transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["provider", "ggg"], ["updated_at", "2015-04-07 13:53:15.028550"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["provider", "ggg"], ["updated_at", "2015-04-07 13:54:06.968798"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["provider", "ggg"], ["updated_at", "2015-04-07 13:54:18.775284"]]  (2.1ms) commit transaction  (0.0ms) commit transaction  (0.2ms) begin transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.0ms) commit transaction  (0.0ms) commit transaction  (0.2ms) begin transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1 Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.0ms) commit transaction  (0.0ms) commit transaction  (0.2ms) begin transaction Account Exists (0.2ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.0ms) commit transaction  (0.1ms) commit transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.0ms) commit transaction  (0.0ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.0ms) commit transaction  (0.0ms) commit transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.0ms) rollback transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.0ms) rollback transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "accounts" WHERE "accounts"."id" = ? [["id", 1]]  (1.7ms) commit transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.2ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-07 13:56:59.589012"], ["updated_at", "2015-04-07 13:56:59.589012"]] Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.1ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.2ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-07 13:57:17.125068"], ["updated_at", "2015-04-07 13:57:17.125068"]] Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.1ms) rollback transaction Account Load (0.1ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.1ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-04-07 13:57:28.945065"], ["updated_at", "2015-04-07 13:57:28.945065"]]  (2.4ms) commit transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.1ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 13:57:51.867328"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 13:58:29.641919"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.1ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 14:01:00.722499"]]  (10050.4ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.2ms) rollback transaction  (0.0ms) rollback transaction Account Load (0.7ms) SELECT "accounts".* FROM "accounts"  (0.1ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 14:03:02.299326"]]  (10043.6ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.2ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.0ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 14:03:50.827221"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Account Exists (0.1ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.2ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.1ms) begin transaction Account Exists (1.4ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["provider", "ggg"], ["updated_at", "2015-04-07 14:04:08.378838"]]  (0.1ms) commit transaction SQLite3::BusyException: database is locked: commit transaction  (0.1ms) rollback transaction  (0.0ms) rollback transaction  (106.8ms) DROP DATABASE IF EXISTS "test"  (236.3ms) CREATE DATABASE "test" ENCODING = 'unicode'  (5.2ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp, "provider" character varying(255), "uid" integer, "name" character varying(255), "oauth_access_token" character varying(255), "oauth_refresh_token" character varying(255), "oauth_expires_at" character varying(255))   (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.2ms) BEGIN  (1.6ms) CREATE TABLE "accounts" ("id" serial primary key, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140522110326"]]  (0.4ms) COMMIT Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "accounts" ADD COLUMN "provider" character varying(255)  (0.2ms) ALTER TABLE "accounts" ADD COLUMN "uid" integer  (0.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.3ms) ALTER TABLE "accounts" ADD COLUMN "name" character varying(255)  (0.2ms) ALTER TABLE "accounts" ADD COLUMN "oauth_access_token" character varying(255)  (0.3ms) ALTER TABLE "accounts" ADD COLUMN "oauth_refresh_token" character varying(255)  (0.2ms) ALTER TABLE "accounts" ADD COLUMN "oauth_expires_at" character varying(255) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140522110454"]]  (0.5ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Account Load (0.5ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1  (0.3ms) BEGIN Account Exists (0.4ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 SQL (0.4ms) INSERT INTO "accounts" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-04-07 15:39:16.792033"], ["updated_at", "2015-04-07 15:39:16.792033"]]  (0.7ms) COMMIT  (0.1ms) BEGIN Account Exists (0.5ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.6ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.9ms) UPDATE "accounts" SET "provider" = $1, "updated_at" = $2 WHERE "accounts"."id" = 1 [["provider", "ggg"], ["updated_at", "2015-04-07 15:39:23.590734"]]  (0.4ms) COMMIT  (0.1ms) COMMIT Account Load (0.5ms) SELECT "accounts".* FROM "accounts"  (0.2ms) BEGIN Account Exists (0.8ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN Account Exists (0.5ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.2ms) ROLLBACK Account Load (0.4ms) SELECT "accounts".* FROM "accounts"  (0.1ms) BEGIN Account Exists (0.5ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1 Account Load (0.6ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "accounts" SET "provider" = $1, "updated_at" = $2 WHERE "accounts"."id" = 1 [["provider", "jjj"], ["updated_at", "2015-04-07 15:40:30.543862"]]  (0.4ms) COMMIT Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.2ms) ROLLBACK Account Load (0.4ms) SELECT "accounts".* FROM "accounts"  (0.2ms) BEGIN Account Exists (0.6ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-04-07 15:40:57.507338"], ["uid", 1], ["updated_at", "2015-04-07 15:40:57.507338"]] Account Load (0.6ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.5ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.2ms) COMMIT Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.3ms) ROLLBACK Account Load (0.4ms) SELECT "accounts".* FROM "accounts"  (0.2ms) BEGIN Account Exists (0.5ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 1 LIMIT 1 SQL (1.5ms) INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-04-07 15:41:15.386947"], ["uid", 1], ["updated_at", "2015-04-07 15:41:15.386947"]] Account Load (0.5ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "accounts" SET "provider" = $1, "updated_at" = $2 WHERE "accounts"."id" = 1 [["provider", "ttt"], ["updated_at", "2015-04-07 15:41:15.398840"]]  (0.5ms) COMMIT Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1  (0.2ms) ROLLBACK Account Load (0.4ms) SELECT "accounts".* FROM "accounts"  (0.1ms) BEGIN Account Exists (0.5ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-04-07 15:41:28.681702"], ["uid", 1], ["updated_at", "2015-04-07 15:41:28.681702"]] Account Load (0.6ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1  (0.2ms) COMMIT  (0.4ms) COMMIT Account Load (0.4ms) SELECT "accounts".* FROM "accounts"  (0.2ms) BEGIN Account Exists (0.8ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 1 LIMIT 1 Account Load (0.5ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 1 AND "accounts"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = $1, "updated_at" = $2 WHERE "accounts"."id" = 4 [["provider", "ttt"], ["updated_at", "2015-04-07 15:41:42.472056"]]  (0.4ms) COMMIT  (0.2ms) COMMIT  (0.2ms) BEGIN Account Exists (0.6ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 1 LIMIT 1 Account Load (0.5ms) SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" DESC LIMIT 1  (0.2ms) BEGIN Account Exists (0.3ms) SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 1 AND "accounts"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "accounts" SET "provider" = $1, "updated_at" = $2 WHERE "accounts"."id" = 4 [["provider", "zzz"], ["updated_at", "2015-04-07 15:41:58.180617"]]  (0.4ms) COMMIT  (0.2ms) COMMIT Account Load (1.2ms) SELECT "accounts".* FROM "accounts"  (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (2.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.5ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.6ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.3ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.8ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.6ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.1ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "uid" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.0ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]]  (1.2ms) commit transaction Migrating to AddOAuthFieldsToAccounts (20140522110454)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "synced_id" integer  (0.1ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255)  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_accounts_on_synced_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_accounts_on_synced_id' AND type='index'  (2.1ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.0ms) select sqlite_version(*)  (1.5ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "synced_id" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "synced_id" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.3ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.6ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "synced_id" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.4ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.0ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "synced_id" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.3ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (1.7ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "synced_id" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))   (0.1ms) select sqlite_version(*)  (1.5ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')  (2.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "synced_id" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)   (0.1ms) select sqlite_version(*)  (1.7ms) CREATE INDEX "index_accounts_on_synced_id" ON "accounts" ("synced_id")  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')