bit_core 1.2.2 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,472 +1,1284 @@
1
-  (129.8ms) DROP DATABASE IF EXISTS "dummy_test"
2
-  (391.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
3
- ActiveRecord::SchemaMigration Load (3.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
-  (116.6ms) DROP DATABASE IF EXISTS "dummy_test"
5
-  (395.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
6
- SQL (2.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
7
-  (22.2ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
8
-  (10.2ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
9
-  (19.8ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
10
-  (6.2ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
11
-  (2.5ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
12
-  (8.7ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
13
-  (2.0ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
14
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
15
-  (4.0ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
16
-  (3.9ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
17
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
18
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
19
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
20
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
-  (0.5ms) SELECT version FROM "schema_migrations"
22
-  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
23
-  (117.6ms) DROP DATABASE IF EXISTS "dummy_test"
24
-  (251.0ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
25
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
26
-  (7.3ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
27
-  (5.8ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
28
-  (1.3ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
29
-  (3.6ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
30
-  (1.5ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
31
-  (5.3ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
32
-  (1.5ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
33
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
34
-  (3.5ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
35
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
36
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
37
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
38
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
39
-  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
40
-  (0.6ms) SELECT version FROM "schema_migrations"
41
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
42
-  (121.6ms) DROP DATABASE IF EXISTS "dummy_test"
43
-  (257.2ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
44
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
45
-  (7.1ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
46
-  (5.6ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
47
-  (1.4ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
48
-  (3.7ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
49
-  (1.6ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
50
-  (5.3ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
51
-  (1.5ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
52
-  (1.5ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
53
-  (3.6ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
54
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
55
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
56
-  (1.8ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
57
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
58
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
59
-  (0.5ms) SELECT version FROM "schema_migrations"
60
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
61
-  (120.4ms) DROP DATABASE IF EXISTS "dummy_test"
62
-  (251.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
63
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
64
-  (9.3ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
65
-  (6.2ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
66
-  (1.3ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
67
-  (3.6ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
68
-  (1.6ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
69
-  (5.3ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
70
-  (1.6ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
71
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
72
-  (3.3ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
73
-  (3.5ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
74
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
75
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
76
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
77
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
78
-  (0.5ms) SELECT version FROM "schema_migrations"
79
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
80
-  (132.4ms) DROP DATABASE IF EXISTS "dummy_test"
81
-  (397.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
82
- SQL (2.0ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
83
-  (26.8ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
84
-  (9.3ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
85
-  (1.7ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
86
-  (5.7ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
87
-  (1.6ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
88
-  (5.4ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
89
-  (1.7ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
90
-  (1.5ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
91
-  (4.0ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
92
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
93
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
94
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
95
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
96
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
97
-  (0.5ms) SELECT version FROM "schema_migrations"
98
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
99
-  (117.9ms) DROP DATABASE IF EXISTS "dummy_test"
100
-  (247.4ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
101
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
102
-  (8.9ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
103
-  (5.5ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
104
-  (1.5ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
105
-  (3.8ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
106
-  (1.6ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
107
-  (7.3ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
108
-  (1.6ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
109
-  (1.3ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
110
-  (3.7ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
111
-  (3.6ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
112
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
113
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
114
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
115
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
116
-  (0.5ms) SELECT version FROM "schema_migrations"
117
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
118
-  (118.7ms) DROP DATABASE IF EXISTS "dummy_test"
119
-  (371.7ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
120
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
121
-  (7.0ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
122
-  (7.5ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
123
-  (1.5ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
124
-  (3.8ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
125
-  (1.5ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
126
-  (5.4ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
127
-  (1.7ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
128
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
129
-  (3.6ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
130
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
131
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
132
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
133
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
134
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
135
-  (0.5ms) SELECT version FROM "schema_migrations"
136
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
137
-  (117.7ms) DROP DATABASE IF EXISTS "dummy_test"
138
-  (246.6ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
139
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
140
-  (8.9ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
141
-  (5.6ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
142
-  (1.3ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
143
-  (3.8ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
144
-  (1.5ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
145
-  (5.3ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
146
-  (1.5ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
147
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
148
-  (3.7ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
149
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
150
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
151
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
152
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
153
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
154
-  (0.5ms) SELECT version FROM "schema_migrations"
155
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
156
-  (118.3ms) DROP DATABASE IF EXISTS "dummy_test"
157
-  (249.7ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
158
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
159
-  (7.3ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
160
-  (6.5ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
161
-  (1.4ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
162
-  (3.9ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
163
-  (1.5ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
164
-  (8.8ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
165
-  (1.7ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
166
-  (1.7ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
167
-  (3.6ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
168
-  (3.8ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
169
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
170
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
171
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
172
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
173
-  (0.4ms) SELECT version FROM "schema_migrations"
174
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
175
-  (124.4ms) DROP DATABASE IF EXISTS "dummy_test"
176
-  (249.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
177
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
178
-  (8.6ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
179
-  (5.7ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
180
-  (2.4ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
181
-  (3.8ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
182
-  (1.6ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
183
-  (7.2ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
184
-  (3.3ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
185
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
186
-  (3.5ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
187
-  (3.7ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
188
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
189
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
190
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
191
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
192
-  (0.4ms) SELECT version FROM "schema_migrations"
193
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
194
-  (134.5ms) DROP DATABASE IF EXISTS "dummy_test"
195
-  (430.5ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
196
- SQL (2.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
197
-  (7.5ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
198
-  (5.5ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
199
-  (1.3ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
200
-  (3.6ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
201
-  (1.7ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
202
-  (5.2ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
203
-  (1.7ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
204
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
205
-  (3.5ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
206
-  (3.7ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
207
-  (1.5ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
208
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
209
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
210
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
211
-  (0.5ms) SELECT version FROM "schema_migrations"
212
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
213
-  (117.6ms) DROP DATABASE IF EXISTS "dummy_test"
214
-  (247.3ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
215
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
216
-  (8.6ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL)
217
-  (8.8ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
218
-  (1.5ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
219
-  (4.0ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
220
-  (1.4ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
221
-  (5.2ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
222
-  (1.5ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
223
-  (1.4ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
224
-  (3.4ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
225
-  (3.5ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
226
-  (1.3ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
227
-  (1.6ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
228
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
229
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
230
-  (0.6ms) SELECT version FROM "schema_migrations"
231
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403181300')
232
- ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
1
+ ActiveRecord::SchemaMigration Load (27.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
233
2
  Migrating to CreateBitCoreTools (20140415210052)
234
-  (0.3ms) BEGIN
235
-  (10.2ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
236
-  (2.3ms) ALTER TABLE bit_core_tools
3
+  (0.1ms) BEGIN
4
+ 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)
5
+  (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) 
6
+  (0.2ms) ROLLBACK
7
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
+ Migrating to CreateBitCoreTools (20140415210052)
9
+  (0.2ms) BEGIN
10
+ 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)
11
+  (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) 
12
+  (0.1ms) ROLLBACK
13
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
14
+ Migrating to CreateBitCoreTools (20140415210052)
15
+  (0.1ms) BEGIN
16
+ 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)
17
+  (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) 
18
+  (0.1ms) ROLLBACK
19
+  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
20
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
22
+ Migrating to CreateBitCoreTools (20140415210052)
23
+  (0.2ms) BEGIN
24
+ 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)
25
+  (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) 
26
+  (1.4ms) ALTER TABLE bit_core_tools
237
27
  ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
238
28
  DEFERRABLE INITIALLY IMMEDIATE
239
29
 
240
30
  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
241
-  (1.0ms) COMMIT
31
+  (5.3ms) COMMIT
242
32
  Migrating to CreateBitCoreContentModules (20140415211458)
243
-  (0.3ms) BEGIN
244
-  (3.6ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
245
-  (1.6ms)  ALTER TABLE bit_core_content_modules
33
+  (5.5ms) BEGIN
34
+ 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)
35
+  (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)
36
+  (1.0ms)  ALTER TABLE bit_core_content_modules
246
37
  ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
247
38
  DEFERRABLE INITIALLY IMMEDIATE
248
39
  
249
-  (2.4ms) ALTER TABLE bit_core_content_modules
40
+  (1.4ms) ALTER TABLE bit_core_content_modules
250
41
  ADD CONSTRAINT fk_content_modules_tools
251
42
  FOREIGN KEY (bit_core_tool_id)
252
43
  REFERENCES bit_core_tools(id)
253
44
 
254
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
45
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
255
46
   (0.6ms) COMMIT
256
47
  Migrating to CreateBitCoreContentProviders (20140415213346)
257
-  (0.5ms) BEGIN
258
-  (6.0ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
259
-  (2.1ms)  ALTER TABLE bit_core_content_providers
48
+  (5.8ms) BEGIN
49
+ 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)
50
+  (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)
51
+  (0.9ms)  ALTER TABLE bit_core_content_providers
260
52
  ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
261
53
  DEFERRABLE INITIALLY IMMEDIATE
262
54
  
263
-  (2.3ms) ALTER TABLE bit_core_content_providers
55
+  (1.1ms) ALTER TABLE bit_core_content_providers
264
56
  ADD CONSTRAINT fk_content_providers_modules
265
57
  FOREIGN KEY (bit_core_content_module_id)
266
58
  REFERENCES bit_core_content_modules(id)
267
59
 
268
- SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
60
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
269
61
   (0.7ms) COMMIT
270
62
  Migrating to CreateBitCoreSlideshows (20140417173056)
271
-  (0.5ms) BEGIN
272
-  (5.4ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
273
- SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
274
-  (1.0ms) COMMIT
63
+  (0.2ms) BEGIN
64
+ 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)
65
+  (3.0ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
66
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
67
+  (0.4ms) COMMIT
275
68
  Migrating to CreateBitCoreSlides (20140417174159)
276
-  (0.8ms) BEGIN
277
-  (8.3ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
278
-  (2.2ms)  ALTER TABLE bit_core_slides
69
+  (11.5ms) BEGIN
70
+ 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)
71
+  (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)
72
+  (1.9ms)  ALTER TABLE bit_core_slides
279
73
  ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
280
74
  DEFERRABLE INITIALLY IMMEDIATE
281
75
  
282
-  (2.5ms) ALTER TABLE bit_core_slides
76
+  (1.9ms) ALTER TABLE bit_core_slides
283
77
  ADD CONSTRAINT fk_slideshows_slides
284
78
  FOREIGN KEY (bit_core_slideshow_id)
285
79
  REFERENCES bit_core_slideshows(id)
286
80
 
287
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
81
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
82
+  (0.8ms) COMMIT
83
+ Migrating to AddOptionsToSlides (20140620174146)
84
+  (5.5ms) BEGIN
85
+  (0.4ms) ALTER TABLE "bit_core_slides" ADD "options" text
86
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
87
+  (5.7ms) COMMIT
88
+ Migrating to AddConfigFieldsToProviders (20140620174147)
89
+  (0.1ms) BEGIN
90
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
91
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
92
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
93
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
94
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
95
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
96
+  (6.2ms) COMMIT
97
+ Migrating to AddTypeToContentModules (20140625133118)
98
+  (0.1ms) BEGIN
99
+  (0.4ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
100
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
101
+  (12.4ms) COMMIT
102
+ Migrating to CreateBitCoreArms (20141205202720)
103
+  (0.2ms) BEGIN
104
+ 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)
105
+  (15.3ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
106
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
107
+  (6.4ms) COMMIT
108
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
109
+  (5.8ms) BEGIN
110
+  (0.5ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
111
+  (0.9ms)  ALTER TABLE bit_core_slideshows
112
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
113
+ FOREIGN KEY (arm_id)
114
+ REFERENCES arms(id)
115
+ 
116
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
117
+  (6.1ms) COMMIT
118
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
119
+  (0.3ms) BEGIN
120
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
121
+  (0.7ms) ALTER TABLE bit_core_tools
122
+ ADD CONSTRAINT fk_bit_core_tools_arms
123
+ FOREIGN KEY (arm_id)
124
+ REFERENCES arms(id)
125
+
126
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
127
+  (10.8ms) COMMIT
128
+ Migrating to AddTypeToTools (20150130155627)
129
+  (0.2ms) BEGIN
130
+  (0.5ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
131
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
132
+  (6.1ms) COMMIT
133
+ Migrating to AddIsVizToContentModules (20150131195914)
134
+  (0.1ms) BEGIN
135
+  (14.5ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
136
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
137
+  (1.6ms) COMMIT
138
+ Migrating to AddToolConstraint (20150210161229)
139
+  (0.2ms) BEGIN
140
+ BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
141
+  (0.8ms)  ALTER TABLE bit_core_tools
142
+ ADD CONSTRAINT fk_tools_arms
143
+ FOREIGN KEY (arm_id)
144
+ REFERENCES arms(id)
145
+ 
146
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
147
+  (6.2ms) COMMIT
148
+ Migrating to UpdateShowNextNavColumnDefault (20160311210938)
149
+  (3.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
150
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
151
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
152
+ Migrating to CreateBitCoreTools (20140415210052)
153
+  (0.2ms) BEGIN
154
+ 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)
155
+  (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) 
156
+  (1.5ms) ALTER TABLE bit_core_tools
157
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
158
+ DEFERRABLE INITIALLY IMMEDIATE
159
+
160
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
288
161
   (0.7ms) COMMIT
289
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
290
- ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
162
+ Migrating to CreateBitCoreContentModules (20140415211458)
163
+  (0.2ms) BEGIN
164
+ 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)
165
+  (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)
166
+  (0.9ms)  ALTER TABLE bit_core_content_modules
167
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
168
+ DEFERRABLE INITIALLY IMMEDIATE
169
+ 
170
+  (1.1ms) ALTER TABLE bit_core_content_modules
171
+ ADD CONSTRAINT fk_content_modules_tools
172
+ FOREIGN KEY (bit_core_tool_id)
173
+ REFERENCES bit_core_tools(id)
174
+
175
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
176
+  (0.7ms) COMMIT
177
+ Migrating to CreateBitCoreContentProviders (20140415213346)
178
+  (0.2ms) BEGIN
179
+ 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)
180
+  (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)
181
+  (0.8ms)  ALTER TABLE bit_core_content_providers
182
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
183
+ DEFERRABLE INITIALLY IMMEDIATE
184
+ 
185
+  (0.9ms) ALTER TABLE bit_core_content_providers
186
+ ADD CONSTRAINT fk_content_providers_modules
187
+ FOREIGN KEY (bit_core_content_module_id)
188
+ REFERENCES bit_core_content_modules(id)
189
+
190
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
191
+  (0.6ms) COMMIT
192
+ Migrating to CreateBitCoreSlideshows (20140417173056)
193
+  (0.2ms) BEGIN
194
+ 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)
195
+  (2.9ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
196
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
197
+  (0.6ms) COMMIT
198
+ Migrating to CreateBitCoreSlides (20140417174159)
199
+  (0.2ms) BEGIN
200
+ 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)
201
+  (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)
202
+  (0.8ms)  ALTER TABLE bit_core_slides
203
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
204
+ DEFERRABLE INITIALLY IMMEDIATE
205
+ 
206
+  (1.0ms) ALTER TABLE bit_core_slides
207
+ ADD CONSTRAINT fk_slideshows_slides
208
+ FOREIGN KEY (bit_core_slideshow_id)
209
+ REFERENCES bit_core_slideshows(id)
210
+
211
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
212
+  (0.7ms) COMMIT
213
+ Migrating to AddOptionsToSlides (20140620174146)
214
+  (0.2ms) BEGIN
215
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
216
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
217
+  (0.3ms) COMMIT
218
+ Migrating to AddConfigFieldsToProviders (20140620174147)
219
+  (0.1ms) BEGIN
220
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
221
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
222
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
223
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
224
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
225
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
226
+  (0.3ms) COMMIT
227
+ Migrating to AddTypeToContentModules (20140625133118)
228
+  (0.1ms) BEGIN
229
+  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
230
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
231
+  (0.4ms) COMMIT
232
+ Migrating to CreateBitCoreArms (20141205202720)
233
+  (0.1ms) BEGIN
234
+ 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)
235
+  (3.2ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
236
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
237
+  (0.5ms) COMMIT
238
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
239
+  (0.1ms) BEGIN
240
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
241
+  (1.0ms)  ALTER TABLE bit_core_slideshows
242
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
243
+ FOREIGN KEY (arm_id)
244
+ REFERENCES arms(id)
245
+ 
246
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
247
+  (0.5ms) COMMIT
248
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
249
+  (0.1ms) BEGIN
250
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
251
+  (0.8ms) ALTER TABLE bit_core_tools
252
+ ADD CONSTRAINT fk_bit_core_tools_arms
253
+ FOREIGN KEY (arm_id)
254
+ REFERENCES arms(id)
255
+
256
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
257
+  (0.4ms) COMMIT
258
+ Migrating to AddTypeToTools (20150130155627)
259
+  (0.1ms) BEGIN
260
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
261
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
262
+  (0.4ms) COMMIT
263
+ Migrating to AddIsVizToContentModules (20150131195914)
264
+  (0.1ms) BEGIN
265
+  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
266
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
267
+  (0.9ms) COMMIT
268
+ Migrating to AddToolConstraint (20150210161229)
269
+  (0.1ms) BEGIN
270
+ BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
271
+  (1.0ms)  ALTER TABLE bit_core_tools
272
+ ADD CONSTRAINT fk_tools_arms
273
+ FOREIGN KEY (arm_id)
274
+ REFERENCES arms(id)
275
+ 
276
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
277
+  (0.3ms) COMMIT
278
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
279
+  (0.1ms) BEGIN
280
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT 'f'
281
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160311210938"]]
282
+  (0.3ms) COMMIT
283
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
284
+  (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
285
+ FROM pg_constraint c
286
+ JOIN pg_class t1 ON c.conrelid = t1.oid
287
+ JOIN pg_class t2 ON c.confrelid = t2.oid
288
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
289
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
290
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
291
+ WHERE c.contype = 'f'
292
+ AND t1.relname = 'arms'
293
+ AND t3.nspname = ANY (current_schemas(false))
294
+ ORDER BY c.conname
295
+ 
296
+  (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
297
+ FROM pg_constraint c
298
+ JOIN pg_class t1 ON c.conrelid = t1.oid
299
+ JOIN pg_class t2 ON c.confrelid = t2.oid
300
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
301
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
302
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
303
+ WHERE c.contype = 'f'
304
+ AND t1.relname = 'bit_core_content_modules'
305
+ AND t3.nspname = ANY (current_schemas(false))
306
+ ORDER BY c.conname
307
+
308
+  (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
309
+ FROM pg_constraint c
310
+ JOIN pg_class t1 ON c.conrelid = t1.oid
311
+ JOIN pg_class t2 ON c.confrelid = t2.oid
312
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
313
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
314
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
315
+ WHERE c.contype = 'f'
316
+ AND t1.relname = 'bit_core_content_providers'
317
+ AND t3.nspname = ANY (current_schemas(false))
318
+ ORDER BY c.conname
319
+ 
320
+  (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
321
+ FROM pg_constraint c
322
+ JOIN pg_class t1 ON c.conrelid = t1.oid
323
+ JOIN pg_class t2 ON c.confrelid = t2.oid
324
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
325
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
326
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
327
+ WHERE c.contype = 'f'
328
+ AND t1.relname = 'bit_core_slides'
329
+ AND t3.nspname = ANY (current_schemas(false))
330
+ ORDER BY c.conname
331
+
332
+  (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
333
+ FROM pg_constraint c
334
+ JOIN pg_class t1 ON c.conrelid = t1.oid
335
+ JOIN pg_class t2 ON c.confrelid = t2.oid
336
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
337
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
338
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
339
+ WHERE c.contype = 'f'
340
+ AND t1.relname = 'bit_core_slideshows'
341
+ AND t3.nspname = ANY (current_schemas(false))
342
+ ORDER BY c.conname
343
+ 
344
+  (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
345
+ FROM pg_constraint c
346
+ JOIN pg_class t1 ON c.conrelid = t1.oid
347
+ JOIN pg_class t2 ON c.confrelid = t2.oid
348
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
349
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
350
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
351
+ WHERE c.contype = 'f'
352
+ AND t1.relname = 'bit_core_tools'
353
+ AND t3.nspname = ANY (current_schemas(false))
354
+ ORDER BY c.conname
355
+
356
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
291
357
  ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
292
-  (119.5ms) DROP DATABASE IF EXISTS "dummy_test"
293
-  (249.0ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
294
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
295
-  (8.0ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
296
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
297
-  (5.7ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
298
-  (1.8ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
299
-  (4.9ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
300
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
301
-  (3.4ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
302
-  (3.3ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
303
-  (1.3ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
304
-  (3.5ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL) 
305
-  (5.2ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
306
-  (1.4ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
307
-  (3.8ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
308
-  (1.3ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
309
-  (5.2ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
310
-  (1.4ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
311
-  (1.3ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
312
-  (3.5ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
313
-  (3.5ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
314
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
315
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
316
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
317
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
318
-  (0.5ms) SELECT version FROM "schema_migrations"
319
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
320
-  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
321
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
322
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
323
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
324
-  (117.4ms) DROP DATABASE IF EXISTS "dummy_test"
325
-  (244.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
326
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
327
-  (8.3ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
328
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
329
-  (5.3ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
330
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
331
-  (5.1ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
332
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
333
-  (3.4ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
334
-  (3.4ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
335
-  (1.4ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
336
-  (3.5ms) CREATE TABLE "bit_player_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "bit_player_tool_id" integer NOT NULL) 
337
-  (5.1ms) CREATE TABLE "bit_player_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_player_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
338
-  (1.3ms) CREATE INDEX "content_module_index" ON "bit_player_content_providers" USING btree ("bit_player_content_module_id")
339
-  (3.6ms) CREATE TABLE "bit_player_participant_statuses" ("id" serial primary key, "context" character varying(255), "module_position" integer, "provider_position" integer, "content_position" integer, "participant_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
340
-  (1.3ms) CREATE INDEX "index_participant_statuses_on_participant_id" ON "bit_player_participant_statuses" USING btree ("participant_id")
341
-  (5.0ms) CREATE TABLE "bit_player_slides" ("id" serial primary key, "title" character varying(255), "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_player_slideshow_id" integer NOT NULL, "type" character varying(255), "options" text, "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
342
-  (1.4ms) CREATE UNIQUE INDEX "bit_player_slide_position" ON "bit_player_slides" USING btree ("bit_player_slideshow_id", "position")
343
-  (1.3ms) CREATE INDEX "index_bit_player_slides_on_bit_player_slideshow_id" ON "bit_player_slides" USING btree ("bit_player_slideshow_id")
344
-  (3.4ms) CREATE TABLE "bit_player_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
345
-  (3.4ms) CREATE TABLE "bit_player_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer, "is_home" boolean DEFAULT 'f' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
346
-  (1.4ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_position" ON "bit_player_tools" USING btree ("position")
347
-  (1.7ms) CREATE UNIQUE INDEX "index_bit_player_tools_on_title" ON "bit_player_tools" USING btree ("title")
348
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
349
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
350
-  (0.5ms) SELECT version FROM "schema_migrations"
351
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
352
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
353
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
354
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
355
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
356
-  (3.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
357
-  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
358
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
358
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
359
+  (0.3ms) BEGIN
360
+  (0.2ms) ROLLBACK
361
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
362
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
363
+  (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
364
+ FROM pg_constraint c
365
+ JOIN pg_class t1 ON c.conrelid = t1.oid
366
+ JOIN pg_class t2 ON c.confrelid = t2.oid
367
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
368
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
369
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
370
+ WHERE c.contype = 'f'
371
+ AND t1.relname = 'arms'
372
+ AND t3.nspname = ANY (current_schemas(false))
373
+ ORDER BY c.conname
374
+ 
375
+  (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
376
+ FROM pg_constraint c
377
+ JOIN pg_class t1 ON c.conrelid = t1.oid
378
+ JOIN pg_class t2 ON c.confrelid = t2.oid
379
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
380
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
381
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
382
+ WHERE c.contype = 'f'
383
+ AND t1.relname = 'bit_core_content_modules'
384
+ AND t3.nspname = ANY (current_schemas(false))
385
+ ORDER BY c.conname
386
+
387
+  (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
388
+ FROM pg_constraint c
389
+ JOIN pg_class t1 ON c.conrelid = t1.oid
390
+ JOIN pg_class t2 ON c.confrelid = t2.oid
391
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
392
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
393
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
394
+ WHERE c.contype = 'f'
395
+ AND t1.relname = 'bit_core_content_providers'
396
+ AND t3.nspname = ANY (current_schemas(false))
397
+ ORDER BY c.conname
398
+ 
399
+  (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
400
+ FROM pg_constraint c
401
+ JOIN pg_class t1 ON c.conrelid = t1.oid
402
+ JOIN pg_class t2 ON c.confrelid = t2.oid
403
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
404
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
405
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
406
+ WHERE c.contype = 'f'
407
+ AND t1.relname = 'bit_core_slides'
408
+ AND t3.nspname = ANY (current_schemas(false))
409
+ ORDER BY c.conname
410
+
411
+  (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
412
+ FROM pg_constraint c
413
+ JOIN pg_class t1 ON c.conrelid = t1.oid
414
+ JOIN pg_class t2 ON c.confrelid = t2.oid
415
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
416
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
417
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
418
+ WHERE c.contype = 'f'
419
+ AND t1.relname = 'bit_core_slideshows'
420
+ AND t3.nspname = ANY (current_schemas(false))
421
+ ORDER BY c.conname
422
+ 
423
+  (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
424
+ FROM pg_constraint c
425
+ JOIN pg_class t1 ON c.conrelid = t1.oid
426
+ JOIN pg_class t2 ON c.confrelid = t2.oid
427
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
428
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
429
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
430
+ WHERE c.contype = 'f'
431
+ AND t1.relname = 'bit_core_tools'
432
+ AND t3.nspname = ANY (current_schemas(false))
433
+ ORDER BY c.conname
434
+
435
+  (5.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
436
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
437
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
359
438
  Migrating to CreateBitCoreTools (20140415210052)
360
-  (0.3ms) BEGIN
361
-  (4.6ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
362
-  (2.2ms) ALTER TABLE bit_core_tools
439
+  (0.1ms) BEGIN
440
+ 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)
441
+  (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) 
442
+  (6.9ms) ALTER TABLE bit_core_tools
363
443
  ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
364
444
  DEFERRABLE INITIALLY IMMEDIATE
365
445
 
366
- SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
446
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
447
+  (5.4ms) COMMIT
448
+ Migrating to CreateBitCoreContentModules (20140415211458)
449
+  (5.7ms) BEGIN
450
+ 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)
451
+  (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)
452
+  (1.1ms)  ALTER TABLE bit_core_content_modules
453
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
454
+ DEFERRABLE INITIALLY IMMEDIATE
455
+ 
456
+  (1.2ms) ALTER TABLE bit_core_content_modules
457
+ ADD CONSTRAINT fk_content_modules_tools
458
+ FOREIGN KEY (bit_core_tool_id)
459
+ REFERENCES bit_core_tools(id)
460
+
461
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
367
462
   (0.6ms) COMMIT
463
+ Migrating to CreateBitCoreContentProviders (20140415213346)
464
+  (6.0ms) BEGIN
465
+ 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)
466
+  (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)
467
+  (1.2ms)  ALTER TABLE bit_core_content_providers
468
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
469
+ DEFERRABLE INITIALLY IMMEDIATE
470
+ 
471
+  (1.0ms) ALTER TABLE bit_core_content_providers
472
+ ADD CONSTRAINT fk_content_providers_modules
473
+ FOREIGN KEY (bit_core_content_module_id)
474
+ REFERENCES bit_core_content_modules(id)
475
+
476
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
477
+  (0.5ms) COMMIT
478
+ Migrating to CreateBitCoreSlideshows (20140417173056)
479
+  (6.0ms) BEGIN
480
+ 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)
481
+  (18.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
482
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
483
+  (0.5ms) COMMIT
484
+ Migrating to CreateBitCoreSlides (20140417174159)
485
+  (5.9ms) BEGIN
486
+ 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)
487
+  (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)
488
+  (0.9ms)  ALTER TABLE bit_core_slides
489
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
490
+ DEFERRABLE INITIALLY IMMEDIATE
491
+ 
492
+  (1.0ms) ALTER TABLE bit_core_slides
493
+ ADD CONSTRAINT fk_slideshows_slides
494
+ FOREIGN KEY (bit_core_slideshow_id)
495
+ REFERENCES bit_core_slideshows(id)
496
+
497
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
498
+  (0.5ms) COMMIT
499
+ Migrating to AddOptionsToSlides (20140620174146)
500
+  (5.4ms) BEGIN
501
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
502
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
503
+  (10.7ms) COMMIT
504
+ Migrating to AddConfigFieldsToProviders (20140620174147)
505
+  (0.1ms) BEGIN
506
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
507
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
508
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
509
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
510
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
511
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
512
+  (6.2ms) COMMIT
513
+ Migrating to AddTypeToContentModules (20140625133118)
514
+  (0.1ms) BEGIN
515
+  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
516
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
517
+  (6.0ms) COMMIT
518
+ Migrating to CreateBitCoreArms (20141205202720)
519
+  (0.1ms) BEGIN
520
+ 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)
521
+  (20.3ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
522
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
523
+  (5.2ms) COMMIT
524
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
525
+  (6.0ms) BEGIN
526
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
527
+  (0.9ms)  ALTER TABLE bit_core_slideshows
528
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
529
+ FOREIGN KEY (arm_id)
530
+ REFERENCES arms(id)
531
+ 
532
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
533
+  (6.0ms) COMMIT
534
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
535
+  (0.1ms) BEGIN
536
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
537
+  (1.0ms) ALTER TABLE bit_core_tools
538
+ ADD CONSTRAINT fk_bit_core_tools_arms
539
+ FOREIGN KEY (arm_id)
540
+ REFERENCES arms(id)
541
+
542
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
543
+  (6.0ms) COMMIT
544
+ Migrating to AddTypeToTools (20150130155627)
545
+  (0.2ms) BEGIN
546
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
547
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
548
+  (11.4ms) COMMIT
549
+ Migrating to AddIsVizToContentModules (20150131195914)
550
+  (0.2ms) BEGIN
551
+  (21.8ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
552
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
553
+  (1.2ms) COMMIT
554
+ Migrating to AddToolConstraint (20150210161229)
555
+  (0.1ms) BEGIN
556
+ BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
557
+  (0.9ms)  ALTER TABLE bit_core_tools
558
+ ADD CONSTRAINT fk_tools_arms
559
+ FOREIGN KEY (arm_id)
560
+ REFERENCES arms(id)
561
+ 
562
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
563
+  (6.1ms) COMMIT
564
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
565
+  (0.1ms) BEGIN
566
+  (34.1ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
567
+ :from:
568
+ :to: false
569
+ '
570
+  (0.1ms) ROLLBACK
571
+  (3.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
572
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
573
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
574
+ Migrating to CreateBitCoreTools (20140415210052)
575
+  (0.2ms) BEGIN
576
+ 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)
577
+  (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) 
578
+  (1.4ms) ALTER TABLE bit_core_tools
579
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
580
+ DEFERRABLE INITIALLY IMMEDIATE
581
+
582
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
583
+  (0.8ms) COMMIT
368
584
  Migrating to CreateBitCoreContentModules (20140415211458)
369
-  (0.4ms) BEGIN
370
-  (3.4ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
371
-  (1.7ms)  ALTER TABLE bit_core_content_modules
585
+  (0.2ms) BEGIN
586
+ 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)
587
+  (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)
588
+  (0.8ms)  ALTER TABLE bit_core_content_modules
372
589
  ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
373
590
  DEFERRABLE INITIALLY IMMEDIATE
374
591
  
375
-  (2.5ms) ALTER TABLE bit_core_content_modules
592
+  (1.2ms) ALTER TABLE bit_core_content_modules
376
593
  ADD CONSTRAINT fk_content_modules_tools
377
594
  FOREIGN KEY (bit_core_tool_id)
378
595
  REFERENCES bit_core_tools(id)
379
596
 
380
- SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
381
-  (0.7ms) COMMIT
597
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
598
+  (0.6ms) COMMIT
382
599
  Migrating to CreateBitCoreContentProviders (20140415213346)
383
-  (0.5ms) BEGIN
384
-  (6.1ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
385
-  (2.2ms)  ALTER TABLE bit_core_content_providers
600
+  (0.2ms) BEGIN
601
+ 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)
602
+  (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)
603
+  (0.9ms)  ALTER TABLE bit_core_content_providers
386
604
  ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
387
605
  DEFERRABLE INITIALLY IMMEDIATE
388
606
  
389
-  (2.8ms) ALTER TABLE bit_core_content_providers
607
+  (1.0ms) ALTER TABLE bit_core_content_providers
390
608
  ADD CONSTRAINT fk_content_providers_modules
391
609
  FOREIGN KEY (bit_core_content_module_id)
392
610
  REFERENCES bit_core_content_modules(id)
393
611
 
394
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
612
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
613
+  (0.5ms) COMMIT
614
+ Migrating to CreateBitCoreSlideshows (20140417173056)
615
+  (0.3ms) BEGIN
616
+ 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)
617
+  (4.1ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
618
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
619
+  (0.5ms) COMMIT
620
+ Migrating to CreateBitCoreSlides (20140417174159)
621
+  (0.2ms) BEGIN
622
+ 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)
623
+  (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)
624
+  (0.8ms)  ALTER TABLE bit_core_slides
625
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
626
+ DEFERRABLE INITIALLY IMMEDIATE
627
+ 
628
+  (0.9ms) ALTER TABLE bit_core_slides
629
+ ADD CONSTRAINT fk_slideshows_slides
630
+ FOREIGN KEY (bit_core_slideshow_id)
631
+ REFERENCES bit_core_slideshows(id)
632
+
633
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
634
+  (0.5ms) COMMIT
635
+ Migrating to AddOptionsToSlides (20140620174146)
636
+  (0.2ms) BEGIN
637
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
638
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
639
+  (0.3ms) COMMIT
640
+ Migrating to AddConfigFieldsToProviders (20140620174147)
641
+  (0.1ms) BEGIN
642
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
643
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
644
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
645
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
646
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
647
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
648
+  (0.3ms) COMMIT
649
+ Migrating to AddTypeToContentModules (20140625133118)
650
+  (0.1ms) BEGIN
651
+  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
652
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
653
+  (0.3ms) COMMIT
654
+ Migrating to CreateBitCoreArms (20141205202720)
655
+  (0.1ms) BEGIN
656
+ 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)
657
+  (2.7ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
658
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
659
+  (0.4ms) COMMIT
660
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
661
+  (0.2ms) BEGIN
662
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
663
+  (1.0ms)  ALTER TABLE bit_core_slideshows
664
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
665
+ FOREIGN KEY (arm_id)
666
+ REFERENCES arms(id)
667
+ 
668
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
669
+  (0.3ms) COMMIT
670
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
671
+  (0.1ms) BEGIN
672
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
673
+  (0.9ms) ALTER TABLE bit_core_tools
674
+ ADD CONSTRAINT fk_bit_core_tools_arms
675
+ FOREIGN KEY (arm_id)
676
+ REFERENCES arms(id)
677
+
678
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
679
+  (0.3ms) COMMIT
680
+ Migrating to AddTypeToTools (20150130155627)
681
+  (0.1ms) BEGIN
682
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
683
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
684
+  (0.3ms) COMMIT
685
+ Migrating to AddIsVizToContentModules (20150131195914)
686
+  (0.1ms) BEGIN
687
+  (3.9ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
688
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
689
+  (0.9ms) COMMIT
690
+ Migrating to AddToolConstraint (20150210161229)
691
+  (0.1ms) BEGIN
692
+ BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
693
+  (0.8ms)  ALTER TABLE bit_core_tools
694
+ ADD CONSTRAINT fk_tools_arms
695
+ FOREIGN KEY (arm_id)
696
+ REFERENCES arms(id)
697
+ 
698
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
699
+  (0.6ms) COMMIT
700
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
701
+  (0.1ms) BEGIN
702
+  (0.4ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
703
+ :from:
704
+ :to: false
705
+ '
706
+  (0.1ms) ROLLBACK
707
+  (3.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
708
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
709
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
710
+ Migrating to CreateBitCoreTools (20140415210052)
711
+  (0.1ms) BEGIN
712
+ 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)
713
+  (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) 
714
+  (1.2ms) ALTER TABLE bit_core_tools
715
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
716
+ DEFERRABLE INITIALLY IMMEDIATE
717
+
718
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
719
+  (0.8ms) COMMIT
720
+ Migrating to CreateBitCoreContentModules (20140415211458)
721
+  (0.2ms) BEGIN
722
+ 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)
723
+  (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)
724
+  (0.8ms)  ALTER TABLE bit_core_content_modules
725
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
726
+ DEFERRABLE INITIALLY IMMEDIATE
727
+ 
728
+  (1.2ms) ALTER TABLE bit_core_content_modules
729
+ ADD CONSTRAINT fk_content_modules_tools
730
+ FOREIGN KEY (bit_core_tool_id)
731
+ REFERENCES bit_core_tools(id)
732
+
733
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
734
+  (0.6ms) COMMIT
735
+ Migrating to CreateBitCoreContentProviders (20140415213346)
736
+  (0.2ms) BEGIN
737
+ 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)
738
+  (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)
739
+  (1.1ms)  ALTER TABLE bit_core_content_providers
740
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
741
+ DEFERRABLE INITIALLY IMMEDIATE
742
+ 
743
+  (1.0ms) ALTER TABLE bit_core_content_providers
744
+ ADD CONSTRAINT fk_content_providers_modules
745
+ FOREIGN KEY (bit_core_content_module_id)
746
+ REFERENCES bit_core_content_modules(id)
747
+
748
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
395
749
   (0.6ms) COMMIT
396
750
  Migrating to CreateBitCoreSlideshows (20140417173056)
397
-  (0.5ms) BEGIN
398
-  (3.9ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
399
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
751
+  (0.2ms) BEGIN
752
+ 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)
753
+  (2.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
754
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
755
+  (0.4ms) COMMIT
756
+ Migrating to CreateBitCoreSlides (20140417174159)
757
+  (0.2ms) BEGIN
758
+ 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)
759
+  (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)
760
+  (1.3ms)  ALTER TABLE bit_core_slides
761
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
762
+ DEFERRABLE INITIALLY IMMEDIATE
763
+ 
764
+  (1.0ms) ALTER TABLE bit_core_slides
765
+ ADD CONSTRAINT fk_slideshows_slides
766
+ FOREIGN KEY (bit_core_slideshow_id)
767
+ REFERENCES bit_core_slideshows(id)
768
+
769
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
770
+  (0.6ms) COMMIT
771
+ Migrating to AddOptionsToSlides (20140620174146)
772
+  (0.2ms) BEGIN
773
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
774
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
775
+  (0.3ms) COMMIT
776
+ Migrating to AddConfigFieldsToProviders (20140620174147)
777
+  (0.1ms) BEGIN
778
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
779
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
780
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
781
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
782
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
783
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
784
+  (0.5ms) COMMIT
785
+ Migrating to AddTypeToContentModules (20140625133118)
786
+  (0.1ms) BEGIN
787
+  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
788
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
789
+  (0.3ms) COMMIT
790
+ Migrating to CreateBitCoreArms (20141205202720)
791
+  (0.1ms) BEGIN
792
+ 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)
793
+  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
794
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
795
+  (0.5ms) COMMIT
796
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
797
+  (0.1ms) BEGIN
798
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
799
+  (0.8ms)  ALTER TABLE bit_core_slideshows
800
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
801
+ FOREIGN KEY (arm_id)
802
+ REFERENCES arms(id)
803
+ 
804
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
805
+  (0.4ms) COMMIT
806
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
807
+  (0.1ms) BEGIN
808
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
809
+  (0.8ms) ALTER TABLE bit_core_tools
810
+ ADD CONSTRAINT fk_bit_core_tools_arms
811
+ FOREIGN KEY (arm_id)
812
+ REFERENCES arms(id)
813
+
814
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
815
+  (0.3ms) COMMIT
816
+ Migrating to AddTypeToTools (20150130155627)
817
+  (0.1ms) BEGIN
818
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
819
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
820
+  (0.3ms) COMMIT
821
+ Migrating to AddIsVizToContentModules (20150131195914)
822
+  (0.1ms) BEGIN
823
+  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
824
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
825
+  (0.9ms) COMMIT
826
+ Migrating to AddToolConstraint (20150210161229)
827
+  (0.1ms) BEGIN
828
+ BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
829
+  (0.9ms)  ALTER TABLE bit_core_tools
830
+ ADD CONSTRAINT fk_tools_arms
831
+ FOREIGN KEY (arm_id)
832
+ REFERENCES arms(id)
833
+ 
834
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
835
+  (0.5ms) COMMIT
836
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
837
+  (0.1ms) BEGIN
838
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
839
+ :from:
840
+ :to: false
841
+ '
842
+  (0.1ms) ROLLBACK
843
+  (3.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
844
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
845
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
846
+ Migrating to CreateBitCoreTools (20140415210052)
847
+  (0.2ms) BEGIN
848
+ 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)
849
+  (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) 
850
+  (1.2ms) ALTER TABLE bit_core_tools
851
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
852
+ DEFERRABLE INITIALLY IMMEDIATE
853
+
854
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
855
+  (0.7ms) COMMIT
856
+ Migrating to CreateBitCoreContentModules (20140415211458)
857
+  (0.2ms) BEGIN
858
+ 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)
859
+  (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)
860
+  (0.7ms)  ALTER TABLE bit_core_content_modules
861
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
862
+ DEFERRABLE INITIALLY IMMEDIATE
863
+ 
864
+  (1.1ms) ALTER TABLE bit_core_content_modules
865
+ ADD CONSTRAINT fk_content_modules_tools
866
+ FOREIGN KEY (bit_core_tool_id)
867
+ REFERENCES bit_core_tools(id)
868
+
869
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
870
+  (0.6ms) COMMIT
871
+ Migrating to CreateBitCoreContentProviders (20140415213346)
872
+  (0.2ms) BEGIN
873
+ 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)
874
+  (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)
875
+  (1.1ms)  ALTER TABLE bit_core_content_providers
876
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
877
+ DEFERRABLE INITIALLY IMMEDIATE
878
+ 
879
+  (1.1ms) ALTER TABLE bit_core_content_providers
880
+ ADD CONSTRAINT fk_content_providers_modules
881
+ FOREIGN KEY (bit_core_content_module_id)
882
+ REFERENCES bit_core_content_modules(id)
883
+
884
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
885
+  (0.5ms) COMMIT
886
+ Migrating to CreateBitCoreSlideshows (20140417173056)
887
+  (0.2ms) BEGIN
888
+ 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)
889
+  (4.8ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
890
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
400
891
   (0.5ms) COMMIT
401
892
  Migrating to CreateBitCoreSlides (20140417174159)
402
-  (0.4ms) BEGIN
403
-  (17.6ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
404
-  (3.1ms)  ALTER TABLE bit_core_slides
893
+  (0.3ms) BEGIN
894
+ 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)
895
+  (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)
896
+  (1.3ms)  ALTER TABLE bit_core_slides
405
897
  ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
406
898
  DEFERRABLE INITIALLY IMMEDIATE
407
899
  
408
-  (2.7ms) ALTER TABLE bit_core_slides
900
+  (1.7ms) ALTER TABLE bit_core_slides
409
901
  ADD CONSTRAINT fk_slideshows_slides
410
902
  FOREIGN KEY (bit_core_slideshow_id)
411
903
  REFERENCES bit_core_slideshows(id)
412
904
 
413
- SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
905
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
906
+  (0.6ms) COMMIT
907
+ Migrating to AddOptionsToSlides (20140620174146)
908
+  (0.2ms) BEGIN
909
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
910
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
911
+  (0.4ms) COMMIT
912
+ Migrating to AddConfigFieldsToProviders (20140620174147)
913
+  (0.2ms) BEGIN
914
+  (0.4ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
915
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
916
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
917
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
918
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
919
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
920
+  (0.3ms) COMMIT
921
+ Migrating to AddTypeToContentModules (20140625133118)
922
+  (0.1ms) BEGIN
923
+  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
924
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
925
+  (0.3ms) COMMIT
926
+ Migrating to CreateBitCoreArms (20141205202720)
927
+  (0.1ms) BEGIN
928
+ 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)
929
+  (2.7ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
930
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
931
+  (0.4ms) COMMIT
932
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
933
+  (0.2ms) BEGIN
934
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
935
+  (0.9ms)  ALTER TABLE bit_core_slideshows
936
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
937
+ FOREIGN KEY (arm_id)
938
+ REFERENCES arms(id)
939
+ 
940
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
941
+  (0.3ms) COMMIT
942
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
943
+  (0.1ms) BEGIN
944
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
945
+  (1.0ms) ALTER TABLE bit_core_tools
946
+ ADD CONSTRAINT fk_bit_core_tools_arms
947
+ FOREIGN KEY (arm_id)
948
+ REFERENCES arms(id)
949
+
950
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
951
+  (0.3ms) COMMIT
952
+ Migrating to AddTypeToTools (20150130155627)
953
+  (0.1ms) BEGIN
954
+  (0.2ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
955
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
956
+  (0.3ms) COMMIT
957
+ Migrating to AddIsVizToContentModules (20150131195914)
958
+  (0.1ms) BEGIN
959
+  (4.0ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
960
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
414
961
   (0.8ms) COMMIT
415
- ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
416
-  (118.8ms) DROP DATABASE IF EXISTS "dummy_test"
417
-  (249.5ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
418
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
419
-  (7.2ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
420
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
421
-  (5.7ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
422
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
423
-  (5.3ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
424
-  (2.1ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
425
-  (3.6ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
426
-  (3.5ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
427
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
428
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
429
-  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
430
-  (0.5ms) SELECT version FROM "schema_migrations"
431
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
432
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
433
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
434
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
435
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
436
-  (4.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
437
-  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
438
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
962
+ Migrating to AddToolConstraint (20150210161229)
963
+  (0.1ms) BEGIN
964
+ BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
965
+  (0.9ms)  ALTER TABLE bit_core_tools
966
+ ADD CONSTRAINT fk_tools_arms
967
+ FOREIGN KEY (arm_id)
968
+ REFERENCES arms(id)
969
+ 
970
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
971
+  (0.3ms) COMMIT
972
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
973
+  (0.1ms) BEGIN
974
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
975
+ :from:
976
+ :to: false
977
+ '
978
+  (0.1ms) ROLLBACK
979
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
980
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
981
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
439
982
  Migrating to CreateBitCoreTools (20140415210052)
440
-  (0.3ms) BEGIN
441
-  (4.7ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
442
-  (2.5ms) ALTER TABLE bit_core_tools
983
+  (0.1ms) BEGIN
984
+ 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)
985
+  (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) 
986
+  (1.2ms) ALTER TABLE bit_core_tools
443
987
  ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
444
988
  DEFERRABLE INITIALLY IMMEDIATE
445
989
 
446
- SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
990
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
991
+  (0.7ms) COMMIT
992
+ Migrating to CreateBitCoreContentModules (20140415211458)
993
+  (0.2ms) BEGIN
994
+ 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)
995
+  (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)
996
+  (0.9ms)  ALTER TABLE bit_core_content_modules
997
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
998
+ DEFERRABLE INITIALLY IMMEDIATE
999
+ 
1000
+  (1.2ms) ALTER TABLE bit_core_content_modules
1001
+ ADD CONSTRAINT fk_content_modules_tools
1002
+ FOREIGN KEY (bit_core_tool_id)
1003
+ REFERENCES bit_core_tools(id)
1004
+
1005
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
447
1006
   (0.6ms) COMMIT
1007
+ Migrating to CreateBitCoreContentProviders (20140415213346)
1008
+  (0.2ms) BEGIN
1009
+ 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)
1010
+  (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)
1011
+  (0.9ms)  ALTER TABLE bit_core_content_providers
1012
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
1013
+ DEFERRABLE INITIALLY IMMEDIATE
1014
+ 
1015
+  (0.9ms) ALTER TABLE bit_core_content_providers
1016
+ ADD CONSTRAINT fk_content_providers_modules
1017
+ FOREIGN KEY (bit_core_content_module_id)
1018
+ REFERENCES bit_core_content_modules(id)
1019
+
1020
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
1021
+  (0.5ms) COMMIT
1022
+ Migrating to CreateBitCoreSlideshows (20140417173056)
1023
+  (0.2ms) BEGIN
1024
+ 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)
1025
+  (2.8ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
1026
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
1027
+  (0.5ms) COMMIT
1028
+ Migrating to CreateBitCoreSlides (20140417174159)
1029
+  (0.2ms) BEGIN
1030
+ 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)
1031
+  (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)
1032
+  (0.7ms)  ALTER TABLE bit_core_slides
1033
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
1034
+ DEFERRABLE INITIALLY IMMEDIATE
1035
+ 
1036
+  (1.0ms) ALTER TABLE bit_core_slides
1037
+ ADD CONSTRAINT fk_slideshows_slides
1038
+ FOREIGN KEY (bit_core_slideshow_id)
1039
+ REFERENCES bit_core_slideshows(id)
1040
+
1041
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
1042
+  (0.6ms) COMMIT
1043
+ Migrating to AddOptionsToSlides (20140620174146)
1044
+  (0.2ms) BEGIN
1045
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
1046
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
1047
+  (0.3ms) COMMIT
1048
+ Migrating to AddConfigFieldsToProviders (20140620174147)
1049
+  (0.1ms) BEGIN
1050
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
1051
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
1052
+  (0.1ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
1053
+  (0.1ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
1054
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
1055
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
1056
+  (0.3ms) COMMIT
1057
+ Migrating to AddTypeToContentModules (20140625133118)
1058
+  (0.1ms) BEGIN
1059
+  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
1060
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
1061
+  (0.4ms) COMMIT
1062
+ Migrating to CreateBitCoreArms (20141205202720)
1063
+  (0.2ms) BEGIN
1064
+ 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)
1065
+  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
1066
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
1067
+  (0.5ms) COMMIT
1068
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
1069
+  (0.1ms) BEGIN
1070
+  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
1071
+  (0.8ms)  ALTER TABLE bit_core_slideshows
1072
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
1073
+ FOREIGN KEY (arm_id)
1074
+ REFERENCES arms(id)
1075
+ 
1076
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
1077
+  (0.5ms) COMMIT
1078
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
1079
+  (0.1ms) BEGIN
1080
+  (0.4ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
1081
+  (0.8ms) ALTER TABLE bit_core_tools
1082
+ ADD CONSTRAINT fk_bit_core_tools_arms
1083
+ FOREIGN KEY (arm_id)
1084
+ REFERENCES arms(id)
1085
+
1086
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
1087
+  (0.3ms) COMMIT
1088
+ Migrating to AddTypeToTools (20150130155627)
1089
+  (0.1ms) BEGIN
1090
+  (0.2ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
1091
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
1092
+  (0.5ms) COMMIT
1093
+ Migrating to AddIsVizToContentModules (20150131195914)
1094
+  (0.1ms) BEGIN
1095
+  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
1096
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
1097
+  (0.9ms) COMMIT
1098
+ Migrating to AddToolConstraint (20150210161229)
1099
+  (0.1ms) BEGIN
1100
+ BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
1101
+  (0.9ms)  ALTER TABLE bit_core_tools
1102
+ ADD CONSTRAINT fk_tools_arms
1103
+ FOREIGN KEY (arm_id)
1104
+ REFERENCES arms(id)
1105
+ 
1106
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
1107
+  (0.4ms) COMMIT
1108
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
1109
+  (9.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
1110
+  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1111
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1112
+ Migrating to CreateBitCoreTools (20140415210052)
1113
+  (0.1ms) BEGIN
1114
+ 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)
1115
+  (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) 
1116
+  (1.3ms) ALTER TABLE bit_core_tools
1117
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
1118
+ DEFERRABLE INITIALLY IMMEDIATE
1119
+
1120
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
1121
+  (0.7ms) COMMIT
448
1122
  Migrating to CreateBitCoreContentModules (20140415211458)
449
-  (0.4ms) BEGIN
450
-  (3.4ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
451
-  (1.7ms)  ALTER TABLE bit_core_content_modules
1123
+  (0.2ms) BEGIN
1124
+ 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)
1125
+  (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)
1126
+  (1.0ms)  ALTER TABLE bit_core_content_modules
452
1127
  ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
453
1128
  DEFERRABLE INITIALLY IMMEDIATE
454
1129
  
455
-  (2.3ms) ALTER TABLE bit_core_content_modules
1130
+  (1.3ms) ALTER TABLE bit_core_content_modules
456
1131
  ADD CONSTRAINT fk_content_modules_tools
457
1132
  FOREIGN KEY (bit_core_tool_id)
458
1133
  REFERENCES bit_core_tools(id)
459
1134
 
460
- SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
1135
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
1136
+  (0.7ms) COMMIT
1137
+ Migrating to CreateBitCoreContentProviders (20140415213346)
1138
+  (0.2ms) BEGIN
1139
+ 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)
1140
+  (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)
1141
+  (0.8ms)  ALTER TABLE bit_core_content_providers
1142
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
1143
+ DEFERRABLE INITIALLY IMMEDIATE
1144
+ 
1145
+  (1.2ms) ALTER TABLE bit_core_content_providers
1146
+ ADD CONSTRAINT fk_content_providers_modules
1147
+ FOREIGN KEY (bit_core_content_module_id)
1148
+ REFERENCES bit_core_content_modules(id)
1149
+
1150
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
1151
+  (0.5ms) COMMIT
1152
+ Migrating to CreateBitCoreSlideshows (20140417173056)
1153
+  (0.2ms) BEGIN
1154
+ 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)
1155
+  (3.5ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
1156
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
1157
+  (0.5ms) COMMIT
1158
+ Migrating to CreateBitCoreSlides (20140417174159)
1159
+  (0.3ms) BEGIN
1160
+ 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)
1161
+  (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)
1162
+  (1.2ms)  ALTER TABLE bit_core_slides
1163
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
1164
+ DEFERRABLE INITIALLY IMMEDIATE
1165
+ 
1166
+  (1.4ms) ALTER TABLE bit_core_slides
1167
+ ADD CONSTRAINT fk_slideshows_slides
1168
+ FOREIGN KEY (bit_core_slideshow_id)
1169
+ REFERENCES bit_core_slideshows(id)
1170
+
1171
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
461
1172
   (0.6ms) COMMIT
1173
+ Migrating to AddOptionsToSlides (20140620174146)
1174
+  (0.2ms) BEGIN
1175
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
1176
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
1177
+  (0.3ms) COMMIT
1178
+ Migrating to AddConfigFieldsToProviders (20140620174147)
1179
+  (0.1ms) BEGIN
1180
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
1181
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
1182
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
1183
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
1184
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
1185
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
1186
+  (0.3ms) COMMIT
1187
+ Migrating to AddTypeToContentModules (20140625133118)
1188
+  (0.1ms) BEGIN
1189
+  (0.3ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
1190
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
1191
+  (0.4ms) COMMIT
1192
+ Migrating to CreateBitCoreArms (20141205202720)
1193
+  (0.1ms) BEGIN
1194
+ 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)
1195
+  (2.5ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
1196
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
1197
+  (0.5ms) COMMIT
1198
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
1199
+  (0.2ms) BEGIN
1200
+  (0.3ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
1201
+  (1.0ms)  ALTER TABLE bit_core_slideshows
1202
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
1203
+ FOREIGN KEY (arm_id)
1204
+ REFERENCES arms(id)
1205
+ 
1206
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
1207
+  (0.3ms) COMMIT
1208
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
1209
+  (0.2ms) BEGIN
1210
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
1211
+  (0.8ms) ALTER TABLE bit_core_tools
1212
+ ADD CONSTRAINT fk_bit_core_tools_arms
1213
+ FOREIGN KEY (arm_id)
1214
+ REFERENCES arms(id)
1215
+
1216
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
1217
+  (0.3ms) COMMIT
1218
+ Migrating to AddTypeToTools (20150130155627)
1219
+  (0.2ms) BEGIN
1220
+  (0.4ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
1221
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
1222
+  (0.3ms) COMMIT
1223
+ Migrating to AddIsVizToContentModules (20150131195914)
1224
+  (0.1ms) BEGIN
1225
+  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
1226
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
1227
+  (1.0ms) COMMIT
1228
+ Migrating to AddToolConstraint (20150210161229)
1229
+  (0.2ms) BEGIN
1230
+ BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
1231
+  (0.9ms)  ALTER TABLE bit_core_tools
1232
+ ADD CONSTRAINT fk_tools_arms
1233
+ FOREIGN KEY (arm_id)
1234
+ REFERENCES arms(id)
1235
+ 
1236
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
1237
+  (0.4ms) COMMIT
1238
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
1239
+  (0.1ms) BEGIN
1240
+  (0.4ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
1241
+ :from:
1242
+ :to: false
1243
+ '
1244
+  (0.1ms) ROLLBACK
1245
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
1246
+  (17.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1247
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1248
+ Migrating to CreateBitCoreTools (20140415210052)
1249
+  (0.2ms) BEGIN
1250
+ 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)
1251
+  (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) 
1252
+  (1.2ms) ALTER TABLE bit_core_tools
1253
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
1254
+ DEFERRABLE INITIALLY IMMEDIATE
1255
+
1256
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
1257
+  (0.8ms) COMMIT
1258
+ Migrating to CreateBitCoreContentModules (20140415211458)
1259
+  (0.2ms) BEGIN
1260
+ 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)
1261
+  (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)
1262
+  (1.0ms)  ALTER TABLE bit_core_content_modules
1263
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
1264
+ DEFERRABLE INITIALLY IMMEDIATE
1265
+ 
1266
+  (1.2ms) ALTER TABLE bit_core_content_modules
1267
+ ADD CONSTRAINT fk_content_modules_tools
1268
+ FOREIGN KEY (bit_core_tool_id)
1269
+ REFERENCES bit_core_tools(id)
1270
+
1271
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
1272
+  (0.7ms) COMMIT
462
1273
  Migrating to CreateBitCoreContentProviders (20140415213346)
463
-  (0.4ms) BEGIN
464
-  (5.5ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
465
-  (1.7ms)  ALTER TABLE bit_core_content_providers
1274
+  (0.2ms) BEGIN
1275
+ 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)
1276
+  (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)
1277
+  (0.9ms)  ALTER TABLE bit_core_content_providers
466
1278
  ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
467
1279
  DEFERRABLE INITIALLY IMMEDIATE
468
1280
  
469
-  (2.2ms) ALTER TABLE bit_core_content_providers
1281
+  (1.0ms) ALTER TABLE bit_core_content_providers
470
1282
  ADD CONSTRAINT fk_content_providers_modules
471
1283
  FOREIGN KEY (bit_core_content_module_id)
472
1284
  REFERENCES bit_core_content_modules(id)
@@ -474,124 +1286,303 @@ Migrating to CreateBitCoreContentProviders (20140415213346)
474
1286
  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
475
1287
   (0.6ms) COMMIT
476
1288
  Migrating to CreateBitCoreSlideshows (20140417173056)
477
-  (0.5ms) BEGIN
478
-  (4.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
1289
+  (0.3ms) BEGIN
1290
+ 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)
1291
+  (3.5ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
1292
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
1293
+  (0.4ms) COMMIT
1294
+ Migrating to CreateBitCoreSlides (20140417174159)
1295
+  (0.2ms) BEGIN
1296
+ 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)
1297
+  (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)
1298
+  (4.1ms)  ALTER TABLE bit_core_slides
1299
+ ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
1300
+ DEFERRABLE INITIALLY IMMEDIATE
1301
+ 
1302
+  (1.6ms) ALTER TABLE bit_core_slides
1303
+ ADD CONSTRAINT fk_slideshows_slides
1304
+ FOREIGN KEY (bit_core_slideshow_id)
1305
+ REFERENCES bit_core_slideshows(id)
1306
+
1307
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
1308
+  (1.1ms) COMMIT
1309
+ Migrating to AddOptionsToSlides (20140620174146)
1310
+  (0.3ms) BEGIN
1311
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
1312
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
1313
+  (0.4ms) COMMIT
1314
+ Migrating to AddConfigFieldsToProviders (20140620174147)
1315
+  (0.1ms) BEGIN
1316
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
1317
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
1318
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
1319
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
1320
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
1321
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
1322
+  (0.3ms) COMMIT
1323
+ Migrating to AddTypeToContentModules (20140625133118)
1324
+  (0.1ms) BEGIN
1325
+  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
1326
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
1327
+  (0.3ms) COMMIT
1328
+ Migrating to CreateBitCoreArms (20141205202720)
1329
+  (0.1ms) BEGIN
1330
+ 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)
1331
+  (2.8ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
1332
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
1333
+  (0.5ms) COMMIT
1334
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
1335
+  (0.1ms) BEGIN
1336
+  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
1337
+  (0.8ms)  ALTER TABLE bit_core_slideshows
1338
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
1339
+ FOREIGN KEY (arm_id)
1340
+ REFERENCES arms(id)
1341
+ 
1342
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
1343
+  (0.4ms) COMMIT
1344
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
1345
+  (0.1ms) BEGIN
1346
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
1347
+  (0.8ms) ALTER TABLE bit_core_tools
1348
+ ADD CONSTRAINT fk_bit_core_tools_arms
1349
+ FOREIGN KEY (arm_id)
1350
+ REFERENCES arms(id)
1351
+
1352
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
1353
+  (0.4ms) COMMIT
1354
+ Migrating to AddTypeToTools (20150130155627)
1355
+  (0.1ms) BEGIN
1356
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
1357
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
1358
+  (0.3ms) COMMIT
1359
+ Migrating to AddIsVizToContentModules (20150131195914)
1360
+  (0.1ms) BEGIN
1361
+  (4.2ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
1362
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
1363
+  (0.9ms) COMMIT
1364
+ Migrating to AddToolConstraint (20150210161229)
1365
+  (0.1ms) BEGIN
1366
+ BitCore::Tool Load (0.4ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
1367
+  (1.0ms)  ALTER TABLE bit_core_tools
1368
+ ADD CONSTRAINT fk_tools_arms
1369
+ FOREIGN KEY (arm_id)
1370
+ REFERENCES arms(id)
1371
+ 
1372
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
1373
+  (0.3ms) COMMIT
1374
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
1375
+  (0.2ms) BEGIN
1376
+  (1.0ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT '---
1377
+ :from:
1378
+ :to: false
1379
+ '
1380
+  (0.1ms) ROLLBACK
1381
+  (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
1382
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1383
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1384
+ Migrating to CreateBitCoreTools (20140415210052)
1385
+  (0.1ms) BEGIN
1386
+ 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)
1387
+  (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) 
1388
+  (1.3ms) ALTER TABLE bit_core_tools
1389
+ ADD CONSTRAINT bit_core_tool_position UNIQUE (position)
1390
+ DEFERRABLE INITIALLY IMMEDIATE
1391
+
1392
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415210052"]]
1393
+  (0.7ms) COMMIT
1394
+ Migrating to CreateBitCoreContentModules (20140415211458)
1395
+  (0.2ms) BEGIN
1396
+ 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)
1397
+  (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)
1398
+  (0.9ms)  ALTER TABLE bit_core_content_modules
1399
+ ADD CONSTRAINT bit_core_content_module_position UNIQUE (bit_core_tool_id, position)
1400
+ DEFERRABLE INITIALLY IMMEDIATE
1401
+ 
1402
+  (1.2ms) ALTER TABLE bit_core_content_modules
1403
+ ADD CONSTRAINT fk_content_modules_tools
1404
+ FOREIGN KEY (bit_core_tool_id)
1405
+ REFERENCES bit_core_tools(id)
1406
+
1407
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415211458"]]
1408
+  (0.6ms) COMMIT
1409
+ Migrating to CreateBitCoreContentProviders (20140415213346)
1410
+  (0.2ms) BEGIN
1411
+ 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)
1412
+  (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)
1413
+  (0.9ms)  ALTER TABLE bit_core_content_providers
1414
+ ADD CONSTRAINT bit_core_content_provider_position UNIQUE (bit_core_content_module_id, position)
1415
+ DEFERRABLE INITIALLY IMMEDIATE
1416
+ 
1417
+  (0.9ms) ALTER TABLE bit_core_content_providers
1418
+ ADD CONSTRAINT fk_content_providers_modules
1419
+ FOREIGN KEY (bit_core_content_module_id)
1420
+ REFERENCES bit_core_content_modules(id)
1421
+
1422
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140415213346"]]
1423
+  (0.6ms) COMMIT
1424
+ Migrating to CreateBitCoreSlideshows (20140417173056)
1425
+  (0.2ms) BEGIN
1426
+ 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)
1427
+  (3.0ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying NOT NULL, "created_at" timestamp, "updated_at" timestamp)
479
1428
  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417173056"]]
480
1429
   (0.5ms) COMMIT
481
1430
  Migrating to CreateBitCoreSlides (20140417174159)
482
-  (0.4ms) BEGIN
483
-  (8.5ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
484
-  (2.7ms)  ALTER TABLE bit_core_slides
1431
+  (0.2ms) BEGIN
1432
+ 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)
1433
+  (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)
1434
+  (0.8ms)  ALTER TABLE bit_core_slides
485
1435
  ADD CONSTRAINT bit_core_slide_position UNIQUE (bit_core_slideshow_id, position)
486
1436
  DEFERRABLE INITIALLY IMMEDIATE
487
1437
  
488
-  (3.1ms) ALTER TABLE bit_core_slides
1438
+  (1.3ms) ALTER TABLE bit_core_slides
489
1439
  ADD CONSTRAINT fk_slideshows_slides
490
1440
  FOREIGN KEY (bit_core_slideshow_id)
491
1441
  REFERENCES bit_core_slideshows(id)
492
1442
 
493
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
494
-  (0.6ms) COMMIT
495
- ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
496
-  (121.3ms) DROP DATABASE IF EXISTS "dummy_test"
497
-  (245.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
498
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
499
-  (7.0ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
500
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
501
-  (5.3ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
502
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
503
-  (5.4ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
504
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
505
-  (3.6ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
506
-  (3.3ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
507
-  (1.4ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
508
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
509
-  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
510
-  (0.6ms) SELECT version FROM "schema_migrations"
511
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
512
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
513
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
514
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
515
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
516
-  (117.4ms) DROP DATABASE IF EXISTS "dummy_test"
517
-  (244.9ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
518
- SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
519
-  (6.7ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
520
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
521
-  (5.1ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
522
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
523
-  (5.0ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
524
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
525
-  (3.6ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
526
-  (3.3ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
527
-  (1.3ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
528
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
529
-  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
530
-  (0.6ms) SELECT version FROM "schema_migrations"
531
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
532
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
533
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
534
-  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
535
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
536
-  (118.5ms) DROP DATABASE IF EXISTS "dummy_test"
537
-  (258.2ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
538
- SQL (0.9ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
539
-  (10.6ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
540
-  (2.5ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
541
-  (9.7ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
542
-  (2.3ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
543
-  (8.1ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
544
-  (2.4ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
545
-  (5.3ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
546
-  (5.9ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
547
-  (1.9ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
548
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
549
-  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
550
-  (0.5ms) SELECT version FROM "schema_migrations"
551
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
552
-  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
553
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
554
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
555
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
556
-  (119.2ms) DROP DATABASE IF EXISTS "dummy_test"
557
-  (246.3ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
558
- SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
559
-  (7.2ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
560
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
561
-  (6.4ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp)
562
-  (1.6ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
563
-  (5.2ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
564
-  (1.8ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
565
-  (3.3ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
566
-  (3.5ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
567
-  (1.4ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
568
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
569
-  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
570
-  (0.6ms) SELECT version FROM "schema_migrations"
571
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
572
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
573
-  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
574
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
575
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
576
-  (1121.7ms) DROP DATABASE IF EXISTS "dummy_test"
577
-  (247.7ms) CREATE DATABASE "dummy_test" ENCODING = 'unicode'
578
- SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
579
-  (10.0ms) CREATE TABLE "bit_core_content_modules" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_tool_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
580
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_content_module_position" ON "bit_core_content_modules" USING btree ("bit_core_tool_id", "position")
581
-  (7.9ms) CREATE TABLE "bit_core_content_providers" ("id" serial primary key, "type" character varying(255) NOT NULL, "source_content_type" character varying(255), "source_content_id" integer, "bit_core_content_module_id" integer NOT NULL, "position" integer DEFAULT 1 NOT NULL, "created_at" timestamp, "updated_at" timestamp, "template_path" character varying(255), "data_class_name" character varying(255), "data_attributes" text, "show_next_nav" boolean, "locals" text)
582
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_content_provider_position" ON "bit_core_content_providers" USING btree ("bit_core_content_module_id", "position")
583
-  (6.4ms) CREATE TABLE "bit_core_slides" ("id" serial primary key, "title" character varying(255) NOT NULL, "body" text NOT NULL, "position" integer DEFAULT 1 NOT NULL, "bit_core_slideshow_id" integer NOT NULL, "type" character varying(255), "is_title_visible" boolean DEFAULT 't' NOT NULL, "created_at" timestamp, "updated_at" timestamp, "options" text)
584
-  (1.7ms) CREATE UNIQUE INDEX "bit_core_slide_position" ON "bit_core_slides" USING btree ("bit_core_slideshow_id", "position")
585
-  (3.7ms) CREATE TABLE "bit_core_slideshows" ("id" serial primary key, "title" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
586
-  (4.1ms) CREATE TABLE "bit_core_tools" ("id" serial primary key, "title" character varying(255) NOT NULL, "position" integer DEFAULT 0 NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
587
-  (1.5ms) CREATE UNIQUE INDEX "bit_core_tool_position" ON "bit_core_tools" USING btree ("position")
588
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
589
-  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
590
-  (0.6ms) SELECT version FROM "schema_migrations"
591
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140620174147')
592
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415210052')
593
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415211458')
594
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140415213346')
595
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417173056')
596
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140417174159')
597
-  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140620174146')
1443
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140417174159"]]
1444
+  (0.7ms) COMMIT
1445
+ Migrating to AddOptionsToSlides (20140620174146)
1446
+  (0.2ms) BEGIN
1447
+  (0.3ms) ALTER TABLE "bit_core_slides" ADD "options" text
1448
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174146"]]
1449
+  (0.3ms) COMMIT
1450
+ Migrating to AddConfigFieldsToProviders (20140620174147)
1451
+  (0.1ms) BEGIN
1452
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "template_path" character varying
1453
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_class_name" character varying
1454
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "data_attributes" text
1455
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "show_next_nav" boolean
1456
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ADD "locals" text
1457
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140620174147"]]
1458
+  (0.5ms) COMMIT
1459
+ Migrating to AddTypeToContentModules (20140625133118)
1460
+  (0.1ms) BEGIN
1461
+  (0.2ms) ALTER TABLE "bit_core_content_modules" ADD "type" character varying
1462
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140625133118"]]
1463
+  (0.3ms) COMMIT
1464
+ Migrating to CreateBitCoreArms (20141205202720)
1465
+  (0.1ms) BEGIN
1466
+ 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)
1467
+  (3.2ms) CREATE TABLE "arms" ("id" serial primary key, "title" character varying, "is_social" boolean, "created_at" timestamp, "updated_at" timestamp)
1468
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202720"]]
1469
+  (0.5ms) COMMIT
1470
+ Migrating to AddArmIdToBitCoreSlideshows (20141205202724)
1471
+  (0.2ms) BEGIN
1472
+  (0.2ms) ALTER TABLE "bit_core_slideshows" ADD "arm_id" integer NOT NULL
1473
+  (0.8ms)  ALTER TABLE bit_core_slideshows
1474
+ ADD CONSTRAINT fk_bit_core_slideshows_arms
1475
+ FOREIGN KEY (arm_id)
1476
+ REFERENCES arms(id)
1477
+ 
1478
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202724"]]
1479
+  (0.3ms) COMMIT
1480
+ Migrating to AddArmIdToBitCoreTools (20141205202740)
1481
+  (0.1ms) BEGIN
1482
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "arm_id" integer NOT NULL
1483
+  (0.7ms) ALTER TABLE bit_core_tools
1484
+ ADD CONSTRAINT fk_bit_core_tools_arms
1485
+ FOREIGN KEY (arm_id)
1486
+ REFERENCES arms(id)
1487
+
1488
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141205202740"]]
1489
+  (0.4ms) COMMIT
1490
+ Migrating to AddTypeToTools (20150130155627)
1491
+  (0.1ms) BEGIN
1492
+  (0.3ms) ALTER TABLE "bit_core_tools" ADD "type" character varying
1493
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130155627"]]
1494
+  (0.3ms) COMMIT
1495
+ Migrating to AddIsVizToContentModules (20150131195914)
1496
+  (0.1ms) BEGIN
1497
+  (4.1ms) ALTER TABLE "bit_core_content_modules" ADD "is_viz" boolean DEFAULT 'f' NOT NULL
1498
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150131195914"]]
1499
+  (0.9ms) COMMIT
1500
+ Migrating to AddToolConstraint (20150210161229)
1501
+  (0.2ms) BEGIN
1502
+ BitCore::Tool Load (0.5ms) SELECT "bit_core_tools".* FROM "bit_core_tools"
1503
+  (0.9ms)  ALTER TABLE bit_core_tools
1504
+ ADD CONSTRAINT fk_tools_arms
1505
+ FOREIGN KEY (arm_id)
1506
+ REFERENCES arms(id)
1507
+ 
1508
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150210161229"]]
1509
+  (0.4ms) COMMIT
1510
+ Migrating to ChangeShowNextNavColumnDefault (20160311210938)
1511
+  (0.1ms) BEGIN
1512
+  (0.3ms) ALTER TABLE "bit_core_content_providers" ALTER COLUMN "show_next_nav" SET DEFAULT 'f'
1513
+  (0.2ms) ALTER TABLE "bit_core_content_providers" ALTER "show_next_nav" SET NOT NULL
1514
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160311210938"]]
1515
+  (0.3ms) COMMIT
1516
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1517
+  (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
1518
+ FROM pg_constraint c
1519
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1520
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1521
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1522
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1523
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1524
+ WHERE c.contype = 'f'
1525
+ AND t1.relname = 'arms'
1526
+ AND t3.nspname = ANY (current_schemas(false))
1527
+ ORDER BY c.conname
1528
+
1529
+  (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
1530
+ FROM pg_constraint c
1531
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1532
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1533
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1534
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1535
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1536
+ WHERE c.contype = 'f'
1537
+ AND t1.relname = 'bit_core_content_modules'
1538
+ AND t3.nspname = ANY (current_schemas(false))
1539
+ ORDER BY c.conname
1540
+ 
1541
+  (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
1542
+ FROM pg_constraint c
1543
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1544
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1545
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1546
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1547
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1548
+ WHERE c.contype = 'f'
1549
+ AND t1.relname = 'bit_core_content_providers'
1550
+ AND t3.nspname = ANY (current_schemas(false))
1551
+ ORDER BY c.conname
1552
+
1553
+  (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
1554
+ FROM pg_constraint c
1555
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1556
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1557
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1558
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1559
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1560
+ WHERE c.contype = 'f'
1561
+ AND t1.relname = 'bit_core_slides'
1562
+ AND t3.nspname = ANY (current_schemas(false))
1563
+ ORDER BY c.conname
1564
+ 
1565
+  (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
1566
+ FROM pg_constraint c
1567
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1568
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1569
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1570
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1571
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1572
+ WHERE c.contype = 'f'
1573
+ AND t1.relname = 'bit_core_slideshows'
1574
+ AND t3.nspname = ANY (current_schemas(false))
1575
+ ORDER BY c.conname
1576
+
1577
+  (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
1578
+ FROM pg_constraint c
1579
+ JOIN pg_class t1 ON c.conrelid = t1.oid
1580
+ JOIN pg_class t2 ON c.confrelid = t2.oid
1581
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
1582
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
1583
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
1584
+ WHERE c.contype = 'f'
1585
+ AND t1.relname = 'bit_core_tools'
1586
+ AND t3.nspname = ANY (current_schemas(false))
1587
+ ORDER BY c.conname
1588
+