(4.3ms) CREATE TABLE "content_builder_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "content_builder_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar, "content_builder_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (1.8ms) CREATE INDEX "index_content_builder_images_on_content_builder_id" ON "content_builder_images" ("content_builder_id")  (1.0ms) CREATE TABLE "content_builders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "written_by" varchar, "date_publish" datetime, "content" text, "status" boolean DEFAULT 'f', "slug" varchar, "content_builder_category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_content_builders_on_content_builder_category_id" ON "content_builders" ("content_builder_category_id")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160713200804')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160713200803')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160713200802') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index'  (3.9ms) 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") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateContentBuilderCategories (20160713200802)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "content_builder_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200802"]]  (0.8ms) commit transaction Migrating to CreateContentBuilders (20160713200803)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "content_builders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "written_by" varchar, "date_publish" datetime, "content" text, "status" boolean DEFAULT 'f', "slug" varchar, "content_builder_category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_content_builders_on_content_builder_category_id" ON "content_builders" ("content_builder_category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200803"]]  (1.9ms) commit transaction Migrating to CreateContentBuilderImages (20160713200804)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "content_builder_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar, "content_builder_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE INDEX "index_content_builder_images_on_content_builder_id" ON "content_builder_images" ("content_builder_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200804"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index'  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateContentBuilderCategories (20160713200802)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "content_builder_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200802"]]  (0.8ms) commit transaction Migrating to CreateContentBuilders (20160713200803)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "content_builders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "written_by" varchar, "date_publish" datetime, "content" text, "status" boolean DEFAULT 'f', "slug" varchar, "content_builder_category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_content_builders_on_content_builder_category_id" ON "content_builders" ("content_builder_category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200803"]]  (0.8ms) commit transaction Migrating to CreateContentBuilderImages (20160713200804)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "content_builder_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar, "content_builder_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_content_builder_images_on_content_builder_id" ON "content_builder_images" ("content_builder_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713200804"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builder_images_on_content_builder_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_content_builders_on_content_builder_category_id' AND type='index'