(1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateInvoices (20140101112114)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "invoices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "date" date, "created_at" datetime, "updated_at" datetime)  SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140101112114"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (5.8ms) INSERT INTO "invoices" ("created_at", "date", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 Jan 2014 20:18:40 UTC +00:00], ["date", Wed, 01 Jan 2014], ["updated_at", Wed, 01 Jan 2014 20:18:40 UTC +00:00]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices" Invoice Load (0.2ms) SELECT "invoices".* FROM "invoices" Invoice Load (0.2ms) SELECT "invoices".* FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.1ms) SELECT COUNT(*) FROM "invoices"  (0.2ms) SELECT COUNT(*) FROM "invoices"  (0.4ms) SELECT COUNT(*) FROM "invoices"  (3.0ms) DELETE FROM "invoices";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'invoices';  (0.2ms) SELECT COUNT(*) FROM "invoices"