spec/dummy/log/development.log in bloom_remit-0.7.0 vs spec/dummy/log/development.log in bloom_remit-0.8.0

- old
+ new

@@ -2190,5 +2190,121 @@ WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  + SQL (1.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" +  (59.8ms) CREATE TABLE "billers" ("id" serial primary key, "slug" character varying) +  (75.5ms) CREATE TABLE "bloom_remit_responses" ("id" serial primary key, "txn_id" integer NOT NULL, "body" text NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  +  (39.0ms) CREATE INDEX "index_bloom_remit_responses_on_txn_id" ON "bloom_remit_responses" USING btree ("txn_id") +  (56.4ms) CREATE TABLE "bloom_remit_txns" ("id" serial primary key, "status" integer DEFAULT 0 NOT NULL, "sender_id" character varying NOT NULL, "sender_type" character varying NOT NULL, "amount" decimal NOT NULL, "account_name" character varying, "account_id" character varying, "secret" uuid NOT NULL, "target_slug" character varying NOT NULL, "owner_id" character varying, "owner_type" character varying, "external_id" character varying NOT NULL, "status_description" text, "vendor_external_id" character varying)  +  (37.4ms) CREATE INDEX "index_bloom_remit_txns_on_external_id" ON "bloom_remit_txns" USING btree ("external_id") +  (42.9ms) CREATE INDEX "index_bloom_remit_txns_on_owner_id_and_owner_type" ON "bloom_remit_txns" USING btree ("owner_id", "owner_type") +  (41.0ms) CREATE INDEX "index_bloom_remit_txns_on_vendor_external_id" ON "bloom_remit_txns" USING btree ("vendor_external_id") +  (56.9ms) CREATE TABLE "payments" ("id" serial primary key, "type" character varying)  +  (67.3ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying, "bloom_remit_id" character varying, "type" character varying) +  (32.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  +  (31.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (1.5ms) SELECT version FROM "schema_migrations" +  (10.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160817003323') +  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160729085500') +  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805001840') +  (10.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805042105') +  (11.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806011259') +  (11.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806012210') +  (11.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160729070509') +  (11.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805004223') +  (10.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805004350') +  (13.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805040950') +  (11.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805095308') +  (10.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806054012') +  (19.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160808081300') +  (14.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160809043433') + SQL (0.7ms) CREATE EXTENSION IF NOT EXISTS "plpgsql" +  (71.2ms) CREATE TABLE "billers" ("id" serial primary key, "slug" character varying)  +  (57.2ms) CREATE TABLE "bloom_remit_responses" ("id" serial primary key, "txn_id" integer NOT NULL, "body" text NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) +  (42.7ms) CREATE INDEX "index_bloom_remit_responses_on_txn_id" ON "bloom_remit_responses" USING btree ("txn_id") +  (69.8ms) CREATE TABLE "bloom_remit_txns" ("id" serial primary key, "status" integer DEFAULT 0 NOT NULL, "sender_id" character varying NOT NULL, "sender_type" character varying NOT NULL, "amount" decimal NOT NULL, "account_name" character varying, "account_id" character varying, "secret" uuid NOT NULL, "target_slug" character varying NOT NULL, "owner_id" character varying, "owner_type" character varying, "external_id" character varying NOT NULL, "status_description" text, "vendor_external_id" character varying) +  (35.7ms) CREATE INDEX "index_bloom_remit_txns_on_external_id" ON "bloom_remit_txns" USING btree ("external_id") +  (35.9ms) CREATE INDEX "index_bloom_remit_txns_on_owner_id_and_owner_type" ON "bloom_remit_txns" USING btree ("owner_id", "owner_type") +  (42.6ms) CREATE INDEX "index_bloom_remit_txns_on_vendor_external_id" ON "bloom_remit_txns" USING btree ("vendor_external_id") +  (71.4ms) CREATE TABLE "payments" ("id" serial primary key, "type" character varying) +  (54.0ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying, "bloom_remit_id" character varying, "type" character varying)  +  (36.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) +  (33.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (1.1ms) SELECT version FROM "schema_migrations" +  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160817003323') +  (12.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160729085500') +  (13.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805001840') +  (13.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805042105') +  (13.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806011259') +  (12.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806012210') +  (17.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160729070509') +  (12.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805004223') +  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805004350') +  (9.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805040950') +  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160805095308') +  (12.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160806054012') +  (9.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160808081300') +  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20160809043433') + ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (3.1ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'billers' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (4.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'bloom_remit_responses' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (2.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'bloom_remit_txns' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (2.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'payments' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'users' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname +