(0.9ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.9ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.5ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.5ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.8ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.6ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.5ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.7ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) 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 ('20130315230445')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.7ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.6ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.6ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.6ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.8ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.5ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.7ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.6ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.6ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"