Connecting to database specified by database.yml  (1.1ms) select sqlite_version(*)  (0.1ms) select sqlite_version(*)  (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (6.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (6.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (8.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (7.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (15.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateSamples (20120302131617)  (0.1ms) begin transaction  (1.1ms) CREATE TABLE "samples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text_field" varchar(255), "password_field" varchar(255), "telephone_field" varchar(255), "date_field" varchar(255), "url_field" varchar(255), "email_field" varchar(255), "number_field" varchar(255), "range_field" varchar(255), "file_field" varchar(255), "radio_button" varchar(255), "select_field" varchar(255), "multiple_select_field" varchar(255), "text_area" text, "checkbox_one" boolean, "checkbox_two" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120302131617')  (9.7ms) commit transaction Migrating to CreateArticles (20120311172544)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255), "title" varchar(255), "description" varchar(255), "keywords" varchar(255), "locale" varchar(255), "excerpt" text, "content" text, "published_at" datetime, "highlight" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("articles")  (0.2ms) CREATE INDEX "index_articles_on_slug" ON "articles" ("slug")  (0.1ms) PRAGMA index_list("articles")  (0.0ms) PRAGMA index_info('index_articles_on_slug')  (0.1ms) CREATE INDEX "index_articles_on_published_at_and_locale" ON "articles" ("published_at", "locale")  (0.0ms) PRAGMA index_list("articles")  (0.0ms) PRAGMA index_info('index_articles_on_published_at_and_locale')  (0.0ms) PRAGMA index_info('index_articles_on_slug')  (0.2ms) CREATE INDEX "index_articles_on_highlight_and_published_at_and_locale" ON "articles" ("highlight", "published_at", "locale")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120311172544')  (12.4ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) PRAGMA index_list("articles")  (0.1ms) PRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')  (0.0ms) PRAGMA index_info('index_articles_on_published_at_and_locale')  (0.0ms) PRAGMA index_info('index_articles_on_slug')  (0.1ms) PRAGMA index_list("samples") Connecting to database specified by database.yml  (1.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("articles")  (0.1ms) PRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')  (0.0ms) PRAGMA index_info('index_articles_on_published_at_and_locale')  (0.0ms) PRAGMA index_info('index_articles_on_slug')  (0.0ms) PRAGMA index_list("samples")  (0.1ms) select sqlite_version(*)  (13.0ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255), "title" varchar(255), "description" varchar(255), "keywords" varchar(255), "locale" varchar(255), "excerpt" text, "content" text, "published_at" datetime, "highlight" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("articles")  (7.6ms) CREATE INDEX "index_articles_on_highlight_and_published_at_and_locale" ON "articles" ("highlight", "published_at", "locale")  (0.1ms) PRAGMA index_list("articles")  (0.1ms) PRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')  (7.4ms) CREATE INDEX "index_articles_on_published_at_and_locale" ON "articles" ("published_at", "locale")  (0.2ms) PRAGMA index_list("articles")  (0.1ms) PRAGMA index_info('index_articles_on_published_at_and_locale')  (0.1ms) PRAGMA index_info('index_articles_on_highlight_and_published_at_and_locale')  (8.7ms) CREATE INDEX "index_articles_on_slug" ON "articles" ("slug")  (6.1ms) CREATE TABLE "samples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text_field" varchar(255), "password_field" varchar(255), "telephone_field" varchar(255), "date_field" varchar(255), "url_field" varchar(255), "email_field" varchar(255), "number_field" varchar(255), "range_field" varchar(255), "file_field" varchar(255), "radio_button" varchar(255), "select_field" varchar(255), "multiple_select_field" varchar(255), "text_area" text, "checkbox_one" boolean, "checkbox_two" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (9.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120311172544')  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120302131617')