spec/internal/log/development.log in curate-0.5.4 vs spec/internal/log/development.log in curate-0.5.5
- old
+ new
@@ -12,296 +12,355 @@
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
- [1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
- [1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (2.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Migrating to DeviseCreateUsers (20131111192751)
+Migrating to DeviseCreateUsers (20131114003059)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.4ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
- [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
+ [1m[36m (0.5ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
- [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192751"]]
- [1m[36m (0.9ms)[0m [1mcommit transaction[0m
-Migrating to AddDeviseGuestsToUsers (20131111192755)
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003059"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Migrating to AddDeviseGuestsToUsers (20131114003104)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "guest" boolean DEFAULT 'f'[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192755"]]
- [1m[36m (0.9ms)[0m [1mcommit transaction[0m
-Migrating to CreateSearches (20131111192756)
+ [1m[36m (0.5ms)[0m [1mALTER TABLE "users" ADD "guest" boolean DEFAULT 'f'[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003104"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Migrating to CreateSearches (20131114003105)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.3ms)[0m [1mCREATE TABLE "searches" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "query_params" text, "user_id" integer, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "searches" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "query_params" text, "user_id" integer, "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (0.1ms)[0m CREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192756"]]
- [1m[35m (0.6ms)[0m commit transaction
-Migrating to CreateBookmarks (20131111192757)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003105"]]
+ [1m[35m (1.1ms)[0m commit transaction
+Migrating to CreateBookmarks (20131114003106)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "notes" text, "created_at" datetime, "updated_at" datetime)
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192757"]]
- [1m[35m (0.9ms)[0m commit transaction
-Migrating to RemoveEditableFieldsFromBookmarks (20131111192758)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003106"]]
+ [1m[35m (1.1ms)[0m commit transaction
+Migrating to RemoveEditableFieldsFromBookmarks (20131114003107)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.4ms)[0m CREATE TEMPORARY TABLE "abookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "notes" text, "created_at" datetime, "updated_at" datetime)
+ [1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "abookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "notes" text, "created_at" datetime, "updated_at" datetime)
[1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
- [1m[35m (0.2ms)[0m DROP TABLE "bookmarks"
- [1m[36m (0.1ms)[0m [1mCREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.4ms)[0m DROP TABLE "bookmarks"
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
- [1m[36m (0.3ms)[0m [1mDROP TABLE "abookmarks"[0m
- [1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "abookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
- [1m[35m (0.3ms)[0m DROP TABLE "bookmarks"
+ [1m[36m (0.4ms)[0m [1mDROP TABLE "abookmarks"[0m
+ [1m[35m (0.7ms)[0m CREATE TEMPORARY TABLE "abookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "url" text, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.5ms)[0m [1mSELECT * FROM "bookmarks"[0m
+ [1m[35m (0.6ms)[0m DROP TABLE "bookmarks"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
[1m[36m (0.1ms)[0m [1mDROP TABLE "abookmarks"[0m
- [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192758"]]
- [1m[36m (0.8ms)[0m [1mcommit transaction[0m
-Migrating to AddUserTypesToBookmarksSearches (20131111192759)
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003107"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+Migrating to AddUserTypesToBookmarksSearches (20131114003108)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mALTER TABLE "searches" ADD "user_type" varchar(255)[0m
- [1m[35m (0.1ms)[0m ALTER TABLE "bookmarks" ADD "user_type" varchar(255)
+ [1m[35m (0.2ms)[0m ALTER TABLE "bookmarks" ADD "user_type" varchar(255)
[1m[36mSQL (0.1ms)[0m [1mUPDATE "searches" SET user_type = 'user'[0m
[1m[35mSQL (0.1ms)[0m UPDATE "bookmarks" SET user_type = 'user'
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192759"]]
- [1m[35m (0.7ms)[0m commit transaction
-Migrating to ActsAsFollowerMigration (20131111192760)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003108"]]
+ [1m[35m (1.0ms)[0m commit transaction
+Migrating to ActsAsFollowerMigration (20131114003109)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "follows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "followable_id" integer NOT NULL, "followable_type" varchar(255) NOT NULL, "follower_id" integer NOT NULL, "follower_type" varchar(255) NOT NULL, "blocked" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
[1m[35m (0.1ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192760"]]
- [1m[35m (1.0ms)[0m commit transaction
-Migrating to AddSocialToUsers (20131111192761)
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "facebook_handle" varchar(255)
- [1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "twitter_handle" varchar(255)[0m
- [1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "googleplus_handle" varchar(255)
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192761"]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003109"]]
+ [1m[35m (1.3ms)[0m commit transaction
+Migrating to AddSocialToUsers (20131114003110)
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.6ms)[0m ALTER TABLE "users" ADD "facebook_handle" varchar(255)
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "twitter_handle" varchar(255)[0m
+ [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "googleplus_handle" varchar(255)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003110"]]
[1m[35m (0.9ms)[0m commit transaction
-Migrating to CreateSingleUseLinks (20131111192762)
+Migrating to CreateSingleUseLinks (20131114003111)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.4ms)[0m CREATE TABLE "single_use_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "downloadKey" varchar(255), "path" varchar(255), "itemId" varchar(255), "expires" datetime, "created_at" datetime, "updated_at" datetime)
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192762"]]
- [1m[35m (1.0ms)[0m commit transaction
-Migrating to AddLdapAttrsToUser (20131111192763)
+ [1m[35m (0.3ms)[0m CREATE TABLE "single_use_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "downloadKey" varchar(255), "path" varchar(255), "itemId" varchar(255), "expires" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003111"]]
+ [1m[35m (1.2ms)[0m commit transaction
+Migrating to AddLdapAttrsToUser (20131114003112)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "display_name" varchar(255)
+ [1m[35m (0.5ms)[0m ALTER TABLE "users" ADD "display_name" varchar(255)
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "address" varchar(255)[0m
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "admin_area" varchar(255)
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "department" varchar(255)[0m
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "title" varchar(255)
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "office" varchar(255)[0m
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "chat_id" varchar(255)
- [1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "website" varchar(255)[0m
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "website" varchar(255)[0m
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "affiliation" varchar(255)
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "telephone" varchar(255)[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192763"]]
- [1m[36m (1.0ms)[0m [1mcommit transaction[0m
-Migrating to AddAvatarsToUsers (20131111192764)
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003112"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Migrating to AddAvatarsToUsers (20131114003113)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.6ms)[0m [1mALTER TABLE "users" ADD "avatar_file_name" varchar(255)[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "avatar_content_type" varchar(255)
- [1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "avatar_file_size" integer[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "avatar_updated_at" datetime
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192764"]]
- [1m[35m (0.6ms)[0m commit transaction
-Migrating to CreateChecksumAuditLogs (20131111192765)
+ [1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "avatar_file_name" varchar(255)[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "avatar_content_type" varchar(255)
+ [1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "avatar_file_size" integer[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "avatar_updated_at" datetime
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003113"]]
+ [1m[35m (1.1ms)[0m commit transaction
+Migrating to CreateChecksumAuditLogs (20131114003114)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.4ms)[0m CREATE TABLE "checksum_audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pid" varchar(255), "dsid" varchar(255), "version" varchar(255), "pass" integer, "expected_result" varchar(255), "actual_result" varchar(255), "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.1ms)[0m [1mCREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")[0m
- [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192765"]]
- [1m[36m (0.9ms)[0m [1mcommit transaction[0m
-Migrating to CreateVersionCommitters (20131111192766)
+ [1m[35m (0.3ms)[0m CREATE TABLE "checksum_audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pid" varchar(255), "dsid" varchar(255), "version" varchar(255), "pass" integer, "expected_result" varchar(255), "actual_result" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003114"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+Migrating to CreateVersionCommitters (20131114003115)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mCREATE TABLE "version_committers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obj_id" varchar(255), "datastream_id" varchar(255), "version_id" varchar(255), "committer_login" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
- [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192766"]]
- [1m[36m (0.8ms)[0m [1mcommit transaction[0m
-Migrating to AddGroupsToUsers (20131111192767)
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003115"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+Migrating to AddGroupsToUsers (20131114003116)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "group_list" text[0m
- [1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "groups_last_update" datetime
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192767"]]
- [1m[35m (0.9ms)[0m commit transaction
-Migrating to CreateLocalAuthorities (20131111192768)
+ [1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "groups_last_update" datetime
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003116"]]
+ [1m[35m (1.2ms)[0m commit transaction
+Migrating to CreateLocalAuthorities (20131114003117)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "local_authority_id" integer, "label" varchar(255), "uri" varchar(255))
[1m[36m (0.1ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
- [1m[36m (0.1ms)[0m [1mCREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer) [0m
- [1m[35m (0.1ms)[0m CREATE TABLE "subject_local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar(255), "lowerLabel" varchar(255), "url" varchar(255))
- [1m[36m (0.1ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
- [1m[35m (0.1ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
- [1m[36m (0.1ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
- [1m[35m (0.1ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
- [1m[36m (0.1ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
- [1m[35m (0.1ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192768"]]
- [1m[35m (1.1ms)[0m commit transaction
-Migrating to CreateTrophies (20131111192769)
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer) [0m
+ [1m[35m (0.2ms)[0m CREATE TABLE "subject_local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar(255), "lowerLabel" varchar(255), "url" varchar(255))
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003117"]]
+ [1m[35m (0.8ms)[0m commit transaction
+Migrating to CreateTrophies (20131114003118)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.3ms)[0m CREATE TABLE "trophies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "generic_file_id" varchar(255), "created_at" datetime, "updated_at" datetime)
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192769"]]
+ [1m[35m (0.5ms)[0m CREATE TABLE "trophies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "generic_file_id" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003118"]]
[1m[35m (1.0ms)[0m commit transaction
-Migrating to CreateMailboxer (20131111192816)
+Migrating to CreateMailboxer (20131114003126)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m CREATE TABLE "conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
- [1m[36m (0.2ms)[0m [1mCREATE TABLE "receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "object_id" integer, "object_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
[1m[35m (0.1ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192816"]]
- [1m[35m (1.0ms)[0m commit transaction
-Migrating to AddNotifiedObject (20131111192817)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003126"]]
+ [1m[35m (1.3ms)[0m commit transaction
+Migrating to AddNotifiedObject (20131114003127)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "notifications" ADD "notified_object_id" integer
+ [1m[35m (0.4ms)[0m ALTER TABLE "notifications" ADD "notified_object_id" integer
[1m[36m (0.2ms)[0m [1mALTER TABLE "notifications" ADD "notified_object_type" varchar(255)[0m
[1m[35m (0.2ms)[0m CREATE TEMPORARY TABLE "anotifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "object_id" integer, "object_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "notified_object_id" integer, "notified_object_type" varchar(255))
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tindex_anotifications_on_conversation_id" ON "anotifications" ("conversation_id")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "notifications"
[1m[36m (0.4ms)[0m [1mDROP TABLE "notifications"[0m
[1m[35m (0.2ms)[0m CREATE TABLE "notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "object_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "notified_object_id" integer, "notified_object_type" varchar(255))
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
- [1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
+ [1m[36m (0.2ms)[0m [1mDROP TABLE "anotifications"[0m
[1m[35m (0.1ms)[0m CREATE TEMPORARY TABLE "anotifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "object_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "notified_object_id" integer, "notified_object_type" varchar(255))
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tindex_anotifications_on_conversation_id" ON "anotifications" ("conversation_id")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "notifications"
[1m[36m (0.2ms)[0m [1mDROP TABLE "notifications"[0m
[1m[35m (0.2ms)[0m CREATE TABLE "notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "notified_object_id" integer, "notified_object_type" varchar(255))
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
[1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192817"]]
- [1m[36m (0.9ms)[0m [1mcommit transaction[0m
-Migrating to AddNotificationCode (20131111192818)
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003127"]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Migrating to AddNotificationCode (20131114003128)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.4ms)[0m [1mALTER TABLE "notifications" ADD "notification_code" varchar(255)[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192818"]]
- [1m[36m (1.0ms)[0m [1mcommit transaction[0m
-Migrating to AddAttachments (20131111192819)
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.4ms)[0m [1mALTER TABLE "notifications" ADD "attachment" varchar(255)[0m
- [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192819"]]
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "notifications" ADD "notification_code" varchar(255)[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003128"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
-Migrating to RenameReceiptsRead (20131111192820)
+Migrating to AddAttachments (20131114003129)
[1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "notifications" ADD "attachment" varchar(255)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003129"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Migrating to RenameReceiptsRead (20131114003130)
+ [1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TEMPORARY TABLE "areceipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
- [1m[35m (0.1ms)[0m CREATE INDEX "tindex_areceipts_on_notification_id" ON "areceipts" ("notification_id")
+ [1m[35m (0.2ms)[0m CREATE INDEX "tindex_areceipts_on_notification_id" ON "areceipts" ("notification_id")
[1m[36m (0.1ms)[0m [1mSELECT * FROM "receipts"[0m
[1m[35m (0.3ms)[0m DROP TABLE "receipts"
[1m[36m (0.2ms)[0m [1mCREATE TABLE "receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")
[1m[36m (0.1ms)[0m [1mSELECT * FROM "areceipts"[0m
[1m[35m (0.1ms)[0m DROP TABLE "areceipts"
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192820"]]
- [1m[35m (1.1ms)[0m commit transaction
-Migrating to AddGlobalNotificationSupport (20131111192821)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003130"]]
+ [1m[35m (0.7ms)[0m commit transaction
+Migrating to AddGlobalNotificationSupport (20131114003131)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.3ms)[0m ALTER TABLE "notifications" ADD "global" boolean DEFAULT 'f'
- [1m[36m (0.2ms)[0m [1mALTER TABLE "notifications" ADD "expires" datetime[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192821"]]
- [1m[36m (1.0ms)[0m [1mcommit transaction[0m
-Migrating to AddTermsOfServiceToUser (20131111192825)
+ [1m[35m (0.7ms)[0m ALTER TABLE "notifications" ADD "global" boolean DEFAULT 'f'
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "notifications" ADD "expires" datetime[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003131"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Migrating to AddTermsOfServiceToUser (20131114003135)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "agreed_to_terms_of_service" boolean[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192825"]]
+ [1m[36m (0.5ms)[0m [1mALTER TABLE "users" ADD "agreed_to_terms_of_service" boolean[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003135"]]
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
-Migrating to AddUserForceUpdateProfile (20131111192826)
+Migrating to AddUserForceUpdateProfile (20131114003136)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.6ms)[0m [1mALTER TABLE "users" ADD "user_does_not_require_profile_update" boolean DEFAULT 'f'[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192826"]]
+ [1m[36m (0.5ms)[0m [1mALTER TABLE "users" ADD "user_does_not_require_profile_update" boolean DEFAULT 'f'[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003136"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
-Migrating to CreateHelpRequests (20131111192827)
+Migrating to CreateHelpRequests (20131114003137)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mCREATE TABLE "help_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_port" varchar(255), "current_url" text, "user_agent" varchar(255), "resolution" varchar(255), "how_can_we_help_you" text, "user_id" integer, "javascript_enabled" boolean, "release_version" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (0.1ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
- [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131111192827"]]
- [1m[36m (1.0ms)[0m [1mcommit transaction[0m
-Migrating to AddRepositoryIdToUser (20131111192828)
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131114003137"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Migrating to AddRepositoryIdToUser (20131114003138)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36m (0.7ms)[0m [1mALTER TABLE "users" ADD "repository_id" varchar(255)[0m
- [1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192828"]]
- [1m[35m (0.7ms)[0m commit transaction
-Migrating to CreateCurateProxyDepositRights (20131111192829)
+ [1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "repository_id" varchar(255)[0m
+ [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003138"]]
+ [1m[35m (0.8ms)[0m commit transaction
+Migrating to CreateCurateProxyDepositRights (20131114003139)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.4ms)[0m CREATE TABLE "proxy_deposit_rights" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "grantor_id" integer, "grantee_id" integer, "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.2ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "proxy_deposit_rights" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "grantor_id" integer, "grantee_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
[1m[35m (0.2ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131111192829"]]
- [1m[35m (0.8ms)[0m commit transaction
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003139"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Migrating to ChangeDisplayNameToName (20131114003140)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TEMPORARY TABLE "ausers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime, "guest" boolean DEFAULT 'f', "facebook_handle" varchar(255), "twitter_handle" varchar(255), "googleplus_handle" varchar(255), "name" varchar(255), "address" varchar(255), "admin_area" varchar(255), "department" varchar(255), "title" varchar(255), "office" varchar(255), "chat_id" varchar(255), "website" varchar(255), "affiliation" varchar(255), "telephone" varchar(255), "avatar_file_name" varchar(255), "avatar_content_type" varchar(255), "avatar_file_size" integer, "avatar_updated_at" datetime, "group_list" text, "groups_last_update" datetime, "agreed_to_terms_of_service" boolean, "user_does_not_require_profile_update" boolean DEFAULT 'f', "repository_id" varchar(255))
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_repository_id" ON "ausers" ("repository_id")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "tindex_ausers_on_reset_password_token" ON "ausers" ("reset_password_token")
+ [1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_email" ON "ausers" ("email")[0m
+ [1m[35m (0.1ms)[0m SELECT * FROM "users"
+ [1m[36m (0.3ms)[0m [1mDROP TABLE "users"[0m
+ [1m[35m (0.2ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime, "guest" boolean DEFAULT 'f', "facebook_handle" varchar(255), "twitter_handle" varchar(255), "googleplus_handle" varchar(255), "name" varchar(255), "address" varchar(255), "admin_area" varchar(255), "department" varchar(255), "title" varchar(255), "office" varchar(255), "chat_id" varchar(255), "website" varchar(255), "affiliation" varchar(255), "telephone" varchar(255), "avatar_file_name" varchar(255), "avatar_content_type" varchar(255), "avatar_file_size" integer, "avatar_updated_at" datetime, "group_list" text, "groups_last_update" datetime, "agreed_to_terms_of_service" boolean, "user_does_not_require_profile_update" boolean DEFAULT 'f', "repository_id" varchar(255))
+ [1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
+ [1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
+ [1m[35m (0.1ms)[0m SELECT * FROM "ausers"
+ [1m[36m (0.2ms)[0m [1mDROP TABLE "ausers"[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "index_users_on_name" ON "users" ("name")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131114003140"]]
+ [1m[35m (1.0ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
- [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[36mLocalAuthority Load (0.3ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
- [1m[35m (1.3ms)[0m CREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime, "user_type" varchar(255))
+ [1m[35m (1.1ms)[0m CREATE TABLE "bookmarks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "document_id" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime, "user_type" varchar(255))
[1m[36m (1.0ms)[0m [1mCREATE TABLE "checksum_audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pid" varchar(255), "dsid" varchar(255), "version" varchar(255), "pass" integer, "expected_result" varchar(255), "actual_result" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
- [1m[35m (0.9ms)[0m CREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")
- [1m[36m (0.9ms)[0m [1mCREATE TABLE "conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
- [1m[35m (0.9ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
- [1m[36m (1.7ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer)
+ [1m[35m (1.0ms)[0m CREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.8ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
+ [1m[36m (0.7ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
+ [1m[35m (0.8ms)[0m CREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer)
[1m[36m (0.9ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
- [1m[35m (1.0ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
- [1m[36m (1.1ms)[0m [1mCREATE TABLE "follows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "followable_id" integer NOT NULL, "followable_type" varchar(255) NOT NULL, "follower_id" integer NOT NULL, "follower_type" varchar(255) NOT NULL, "blocked" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.7ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
+ [1m[36m (1.3ms)[0m [1mCREATE TABLE "follows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "followable_id" integer NOT NULL, "followable_type" varchar(255) NOT NULL, "follower_id" integer NOT NULL, "follower_type" varchar(255) NOT NULL, "blocked" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (1.0ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
- [1m[36m (0.7ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
- [1m[35m (0.9ms)[0m CREATE TABLE "help_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_port" varchar(255), "current_url" text, "user_agent" varchar(255), "resolution" varchar(255), "how_can_we_help_you" text, "user_id" integer, "javascript_enabled" boolean, "release_version" varchar(255), "created_at" datetime, "updated_at" datetime)
- [1m[36m (1.1ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
- [1m[35m (1.0ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
- [1m[36m (0.9ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
+ [1m[36m (0.9ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "help_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_port" varchar(255), "current_url" text, "user_agent" varchar(255), "resolution" varchar(255), "how_can_we_help_you" text, "user_id" integer, "javascript_enabled" boolean, "release_version" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (1.0ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
+ [1m[35m (0.7ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
[1m[35m (1.0ms)[0m CREATE TABLE "local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "local_authority_id" integer, "label" varchar(255), "uri" varchar(255))
[1m[36m (0.8ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
- [1m[35m (1.0ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
+ [1m[35m (0.9ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
[1m[36m (1.1ms)[0m [1mCREATE TABLE "notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "notified_object_id" integer, "notified_object_type" varchar(255), "notification_code" varchar(255), "attachment" varchar(255), "global" boolean DEFAULT 'f', "expires" datetime) [0m
- [1m[35m (0.9ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
+ [1m[35m (0.8ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
[1m[36m (1.0ms)[0m [1mCREATE TABLE "proxy_deposit_rights" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "grantor_id" integer, "grantee_id" integer, "created_at" datetime, "updated_at" datetime) [0m
- [1m[35m (1.0ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
- [1m[36m (0.7ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
- [1m[35m (0.9ms)[0m CREATE TABLE "receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[35m (0.9ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
+ [1m[36m (0.8ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.9ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "searches" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "query_params" text, "user_id" integer, "created_at" datetime, "updated_at" datetime, "user_type" varchar(255))
- [1m[36m (0.8ms)[0m [1mCREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "single_use_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "downloadKey" varchar(255), "path" varchar(255), "itemId" varchar(255), "expires" datetime, "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.9ms)[0m [1mCREATE TABLE "subject_local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar(255), "lowerLabel" varchar(255), "url" varchar(255)) [0m
- [1m[35m (0.8ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
- [1m[36m (0.8ms)[0m [1mCREATE TABLE "trophies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "generic_file_id" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
- [1m[35m (1.2ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime, "guest" boolean DEFAULT 'f', "facebook_handle" varchar(255), "twitter_handle" varchar(255), "googleplus_handle" varchar(255), "display_name" varchar(255), "address" varchar(255), "admin_area" varchar(255), "department" varchar(255), "title" varchar(255), "office" varchar(255), "chat_id" varchar(255), "website" varchar(255), "affiliation" varchar(255), "telephone" varchar(255), "avatar_file_name" varchar(255), "avatar_content_type" varchar(255), "avatar_file_size" integer, "avatar_updated_at" datetime, "group_list" text, "groups_last_update" datetime, "agreed_to_terms_of_service" boolean, "user_does_not_require_profile_update" boolean DEFAULT 'f', "repository_id" varchar(255))
- [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
- [1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")
- [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
- [1m[35m (1.0ms)[0m CREATE TABLE "version_committers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obj_id" varchar(255), "datastream_id" varchar(255), "version_id" varchar(255), "committer_login" varchar(255), "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
- [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
- [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
- [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192829')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192751')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192755')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192756')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192757')
- [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192758')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192759')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192760')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192761')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192762')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192763')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192764')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192765')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192766')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192767')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192768')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192769')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192816')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192817')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192818')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192819')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192820')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192821')
- [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192825')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192826')
- [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131111192827')[0m
- [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131111192828')
+ [1m[35m (1.1ms)[0m CREATE TABLE "searches" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "query_params" text, "user_id" integer, "created_at" datetime, "updated_at" datetime, "user_type" varchar(255))
+ [1m[36m (1.0ms)[0m [1mCREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")[0m
+ [1m[35m (0.9ms)[0m CREATE TABLE "single_use_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "downloadKey" varchar(255), "path" varchar(255), "itemId" varchar(255), "expires" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (1.1ms)[0m [1mCREATE TABLE "subject_local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar(255), "lowerLabel" varchar(255), "url" varchar(255)) [0m
+ [1m[35m (1.1ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
+ [1m[36m (1.2ms)[0m [1mCREATE TABLE "trophies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "generic_file_id" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (1.2ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime, "guest" boolean DEFAULT 'f', "facebook_handle" varchar(255), "twitter_handle" varchar(255), "googleplus_handle" varchar(255), "name" varchar(255), "address" varchar(255), "admin_area" varchar(255), "department" varchar(255), "title" varchar(255), "office" varchar(255), "chat_id" varchar(255), "website" varchar(255), "affiliation" varchar(255), "telephone" varchar(255), "avatar_file_name" varchar(255), "avatar_content_type" varchar(255), "avatar_file_size" integer, "avatar_updated_at" datetime, "group_list" text, "groups_last_update" datetime, "agreed_to_terms_of_service" boolean, "user_does_not_require_profile_update" boolean DEFAULT 'f', "repository_id" varchar(255))
+ [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
+ [1m[35m (0.8ms)[0m CREATE INDEX "index_users_on_name" ON "users" ("name")
+ [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
+ [1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
+ [1m[36m (1.2ms)[0m [1mCREATE TABLE "version_committers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "obj_id" varchar(255), "datastream_id" varchar(255), "version_id" varchar(255), "committer_login" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003140')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003059')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003104')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003105')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003106')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003107')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003108')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003109')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003110')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003111')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003112')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003113')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003114')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003115')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003116')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003117')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003118')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003126')
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003127')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003128')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003129')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003130')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003131')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003135')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003136')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003137')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131114003138')[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131114003139')
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.3ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.3ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.2ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
+Using the default predicate_mappings.yml that comes with active-fedora. If you want to override this, pass the path to predicate_mappings.yml to ActiveFedora - ie. ActiveFedora.init(:predicate_mappings_config_path => '/path/to/predicate_mappings.yml') - or set Rails.root and put predicate_mappings.yml into #{Rails.root}/config.
+ [1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
+ [1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
+ [1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m