spec/internal/log/development.log in blacklight_cql-2.0.1 vs spec/internal/log/development.log in blacklight_cql-3.0.0

- old
+ new

@@ -1,7 +1,9 @@ -  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  -  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") - ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" -  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations" -  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')