ActiveRecord::SchemaMigration Load (27.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (35.9ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (4.1ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (2.9ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (0.1ms) ROLLBACK  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.8ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.4ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (5.3ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (5.5ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (19.2ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.0ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.4ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (5.8ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (18.9ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.1ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.7ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (3.0ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.4ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (11.5ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (14.3ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.9ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.9ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.8ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (5.5ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (5.7ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (6.2ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (12.4ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (15.3ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (6.4ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (5.8ms) BEGIN  (0.5ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.9ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (6.1ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.3ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.7ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (10.8ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.2ms) BEGIN  (0.5ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (6.1ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (14.5ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (1.6ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.2ms) BEGIN BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.8ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (6.2ms) COMMIT Migrating to UpdateShowNextNavColumnDefault (20160311210938)  (3.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (4.4ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.5ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (3.0ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.1ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (2.8ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (0.9ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.6ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (2.9ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.6ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.0ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.7ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.4ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (3.2ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (1.0ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.8ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.4ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.4ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (1.0ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.3ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT 'f' SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160311210938"]]  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'arms' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_modules' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (2.6ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_providers' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slides' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slideshows' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_tools' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.3ms) BEGIN  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'arms' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.0ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_modules' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (3.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_providers' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.6ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slides' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slideshows' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_tools' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (5.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (14.9ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (6.9ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (5.4ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (5.7ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (19.7ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.1ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (6.0ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (19.6ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.2ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (6.0ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (18.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (5.9ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (19.6ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.5ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (5.4ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (10.7ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (6.2ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (6.0ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (20.3ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (5.2ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (6.0ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.9ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (6.0ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (1.0ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (6.0ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (11.4ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.2ms) BEGIN  (21.8ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (1.2ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (6.1ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (34.1ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (3.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.8ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.4ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.8ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (2.8ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (3.3ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.3ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (4.1ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (2.9ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (0.9ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.5ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.3ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.7ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.4ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (1.0ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.3ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.9ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.3ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (3.9ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.8ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.6ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (3.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.4ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.2ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.8ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (2.9ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (2.7ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.1ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.6ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (2.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.4ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.1ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.3ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.6ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.5ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.3ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.8ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.4ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.8ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.3ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.5ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (3.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.5ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.2ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (2.8ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.7ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.1ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (3.8ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.1ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.1ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (4.8ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.3ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.7ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.3ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.7ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.6ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.4ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.2ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.3ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.7ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.4ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.9ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.3ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (1.0ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.3ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.8ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.3ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.6ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.2ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (2.9ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (2.8ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (0.9ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (2.8ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.1ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.7ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.6ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.1ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.1ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.4ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.8ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.8ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.3ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.5ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.4ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (9.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.7ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.3ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (3.2ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.0ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.3ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (3.0ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (3.5ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.3ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.6ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.2ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.4ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.6ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.4ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.5ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (1.0ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.3ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.8ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.3ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.2ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (1.0ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.2ms) BEGIN BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.4ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.4ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (5.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (17.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.6ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.2ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.8ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (3.2ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (1.0ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (2.9ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.0ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.6ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.3ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (3.5ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.4ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (8.0ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (4.1ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.6ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (1.1ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.3ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.4ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.3ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.3ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.8ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.4ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.8ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.4ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.2ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.1ms) BEGIN BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (1.0ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.3ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.2ms) BEGIN  (1.0ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '--- :from: :to: false '  (0.1ms) ROLLBACK  (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBitCoreTools (20140415210052)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415210052_create_bit_core_tools.rb:7)  (3.8ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp)   (1.3ms) ALTER TABLE bit_core_tools ADD CONSTRAINT bit_core_tool_position UNIQUE (position) DEFERRABLE INITIALLY IMMEDIATE SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]  (0.7ms) COMMIT Migrating to CreateBitCoreContentModules (20140415211458)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415211458_create_bit_core_content_modules.rb:8)  (3.0ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_modules ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.2ms) ALTER TABLE bit_core_content_modules ADD CONSTRAINT fk_content_modules_tools FOREIGN KEY (bit_core_tool_id) REFERENCES bit_core_tools(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]  (0.6ms) COMMIT Migrating to CreateBitCoreContentProviders (20140415213346)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140415213346_create_bit_core_content_providers.rb:10)  (3.2ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying NOT NULL, "source_content_type" character varying, "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.9ms)  ALTER TABLE bit_core_content_providers ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position) DEFERRABLE INITIALLY IMMEDIATE   (0.9ms) ALTER TABLE bit_core_content_providers ADD CONSTRAINT fk_content_providers_modules FOREIGN KEY (bit_core_content_module_id) REFERENCES bit_core_content_modules(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]  (0.6ms) COMMIT Migrating to CreateBitCoreSlideshows (20140417173056)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417173056_create_bit_core_slideshows.rb:6)  (3.0ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]  (0.5ms) COMMIT Migrating to CreateBitCoreSlides (20140417174159)  (0.2ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20140417174159_create_bit_core_slides.rb:11)  (3.1ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)  (0.8ms)  ALTER TABLE bit_core_slides ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position) DEFERRABLE INITIALLY IMMEDIATE   (1.3ms) ALTER TABLE bit_core_slides ADD CONSTRAINT fk_slideshows_slides FOREIGN KEY (bit_core_slideshow_id) REFERENCES bit_core_slideshows(id) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]  (0.7ms) COMMIT Migrating to AddOptionsToSlides (20140620174146)  (0.2ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]  (0.3ms) COMMIT Migrating to AddConfigFieldsToProviders (20140620174147)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]  (0.5ms) COMMIT Migrating to AddTypeToContentModules (20140625133118)  (0.1ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]  (0.3ms) COMMIT Migrating to CreateBitCoreArms (20141205202720)  (0.1ms) BEGIN DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/usabilitymonitor/Desktop/Github/bit_core/db/migrate/20141205202720_create_bit_core_arms.rb:7)  (3.2ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]  (0.5ms) COMMIT Migrating to AddArmIdToBitCoreSlideshows (20141205202724)  (0.2ms) BEGIN  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL  (0.8ms)  ALTER TABLE bit_core_slideshows ADD CONSTRAINT fk_bit_core_slideshows_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]  (0.3ms) COMMIT Migrating to AddArmIdToBitCoreTools (20141205202740)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL  (0.7ms) ALTER TABLE bit_core_tools ADD CONSTRAINT fk_bit_core_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]  (0.4ms) COMMIT Migrating to AddTypeToTools (20150130155627)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]  (0.3ms) COMMIT Migrating to AddIsVizToContentModules (20150131195914)  (0.1ms) BEGIN  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]  (0.9ms) COMMIT Migrating to AddToolConstraint (20150210161229)  (0.2ms) BEGIN BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"  (0.9ms)  ALTER TABLE bit_core_tools ADD CONSTRAINT fk_tools_arms FOREIGN KEY (arm_id) REFERENCES arms(id)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]  (0.4ms) COMMIT Migrating to ChangeShowNextNavColumnDefault (20160311210938)  (0.1ms) BEGIN  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT 'f'  (0.2ms) ALTER TABLE "bit_core_content_providers" ALTER "show_next_nav" SET NOT NULL SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160311210938"]]  (0.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.2ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'arms' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_modules' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.1ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_content_providers' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slides' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_slideshows' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (1.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'bit_core_tools' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname