spec/dummy/log/development.log in mechanize_store-0.0.18 vs spec/dummy/log/development.log in mechanize_store-0.0.19

- old
+ new

@@ -14,5 +14,53 @@  (0.4ms) ALTER TABLE "mechanize_store_order_items" ADD "color" varchar(255)  (0.2ms) ALTER TABLE "mechanize_store_order_items" ADD "size" varchar(255) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140717182327"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddSlugToMechanizeStoreProducts (20140721124512) +  (0.1ms) begin transaction +  (0.5ms) ALTER TABLE "mechanize_store_products" ADD "slug" varchar(255) + SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140721124512"]] +  (5.1ms) commit transaction +Migrating to AddHasFreightToOrder (20140806135659) +  (0.1ms) begin transaction +  (0.2ms) ALTER TABLE "orders" ADD "has_freight" boolean DEFAULT 'f' +SQLite3::SQLException: no such table: orders: ALTER TABLE "orders" ADD "has_freight" boolean DEFAULT 'f' +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddHasFreightToOrder (20140806135659) +  (0.1ms) begin transaction +  (0.6ms) ALTER TABLE "mechanize_store_orders" ADD "has_freight" boolean DEFAULT 'f' + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806135659"]] +  (7.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddHasFreightToOrder (20140806135659) +  (0.1ms) begin transaction +  (1.5ms) CREATE TEMPORARY TABLE "amechanize_store_orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_status" integer, "store_id" integer, "delivery_date" datetime, "created_at" datetime, "updated_at" datetime, "has_freight" boolean DEFAULT 'f') +  (0.6ms) CREATE INDEX "tindex_amechanize_store_orders_on_order_status" ON "amechanize_store_orders" ("order_status") +  (0.1ms) CREATE INDEX "tindex_amechanize_store_orders_on_store_id" ON "amechanize_store_orders" ("store_id") +  (0.1ms) SELECT * FROM "mechanize_store_orders" +  (0.4ms) DROP TABLE "mechanize_store_orders" +  (0.1ms) CREATE TABLE "mechanize_store_orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_status" integer, "store_id" integer, "delivery_date" datetime, "created_at" datetime, "updated_at" datetime)  +  (0.1ms) CREATE INDEX "index_mechanize_store_orders_on_store_id" ON "mechanize_store_orders" ("store_id") +  (0.1ms) CREATE INDEX "index_mechanize_store_orders_on_order_status" ON "mechanize_store_orders" ("order_status") +  (0.1ms) SELECT * FROM "amechanize_store_orders" +  (0.3ms) DROP TABLE "amechanize_store_orders" + SQL (0.5ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140806135659' +  (5.4ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddFreightTypeToFreight (20140806143246) +  (0.1ms) begin transaction +  (0.3ms) ALTER TABLE "freights" ADD "freight_type" integer +SQLite3::SQLException: no such table: freights: ALTER TABLE "freights" ADD "freight_type" integer +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddFreightTypeToFreight (20140806143246) +  (0.1ms) begin transaction +  (0.5ms) ALTER TABLE "mechanize_store_freights" ADD "freight_type" integer + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806143246"]] +  (7.4ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"