spec/dummy/log/development.log in strong_form-0.0.5 vs spec/dummy/log/development.log in strong_form-0.0.6

- old
+ new

@@ -51,5 +51,12 @@  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626132542"]]  (2.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddRolesToUsers (20151116150723) +  (0.1ms) begin transaction +  (0.3ms) ALTER TABLE "users" ADD "roles" varchar + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151116150723"]] +  (0.4ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"