curate 0.6.1 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +135 -51
- data/app/assets/images/curate/default.png +0 -0
- data/app/assets/stylesheets/layout/positioning.css.scss +4 -0
- data/app/assets/stylesheets/modules/search_results.css.scss +4 -0
- data/app/controllers/concerns/curate/fields_for_add_to_collection.rb +9 -0
- data/app/controllers/curation_concern/base_controller.rb +1 -0
- data/app/controllers/curation_concern/generic_files_controller.rb +1 -0
- data/app/models/concerns/curate/ability.rb +6 -2
- data/app/repository_models/curation_concern/model.rb +1 -1
- data/app/repository_models/generic_file.rb +4 -0
- data/app/views/application/_add_to_collection_gui.html.erb +19 -0
- data/app/views/catalog/_index_partials/_identifier_and_action.html.erb +19 -11
- data/app/views/collections/_collection.html.erb +2 -27
- data/app/views/curate/collections/_form_to_add_member.html.erb +12 -10
- data/app/views/curate/collections/add_member_form.html.erb +4 -2
- data/app/views/curation_concern/base/_collections.html.erb +0 -10
- data/app/views/curation_concern/base/_related_files.html.erb +1 -1
- data/app/views/curation_concern/base/_representative_media.html.erb +8 -0
- data/app/views/curation_concern/base/_thumbnail.html.erb +7 -5
- data/app/views/curation_concern/base/show.html.erb +14 -6
- data/app/views/curation_concern/documents/_document.html.erb +1 -1
- data/app/views/curation_concern/generic_files/_media_display.html.erb +11 -1
- data/app/views/curation_concern/generic_files/show.html.erb +1 -1
- data/app/views/curation_concern/people/_person.html.erb +2 -20
- data/app/views/profiles/_profile.html.erb +2 -27
- data/lib/curate/spec_support.rb +1 -2
- data/lib/curate/version.rb +1 -1
- data/spec/features/catalog_search_spec.rb +0 -30
- data/spec/features/generic_file_spec.rb +2 -1
- data/spec/features/generic_work_spec.rb +0 -10
- data/spec/features/thumbnail_display_spec.rb +5 -2
- data/spec/helpers/curate_helper_spec.rb +27 -0
- data/spec/internal/Gemfile.lock +6 -6
- data/spec/internal/config/initializers/devise.rb +2 -2
- data/spec/internal/config/initializers/secret_token.rb +1 -1
- data/spec/internal/db/development.sqlite3 +0 -0
- data/spec/internal/db/migrate/{20131203200422_devise_create_users.rb → 20131205204122_devise_create_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200427_add_devise_guests_to_users.rb → 20131205204126_add_devise_guests_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200428_create_searches.rb → 20131205204127_create_searches.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200429_create_bookmarks.rb → 20131205204128_create_bookmarks.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200430_remove_editable_fields_from_bookmarks.rb → 20131205204129_remove_editable_fields_from_bookmarks.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200431_add_user_types_to_bookmarks_searches.rb → 20131205204130_add_user_types_to_bookmarks_searches.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200432_acts_as_follower_migration.rb → 20131205204131_acts_as_follower_migration.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200433_add_social_to_users.rb → 20131205204132_add_social_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200434_create_single_use_links.rb → 20131205204133_create_single_use_links.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200435_add_ldap_attrs_to_user.rb → 20131205204134_add_ldap_attrs_to_user.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200436_add_avatars_to_users.rb → 20131205204135_add_avatars_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200437_create_checksum_audit_logs.rb → 20131205204136_create_checksum_audit_logs.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200438_create_version_committers.rb → 20131205204137_create_version_committers.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200439_add_groups_to_users.rb → 20131205204138_add_groups_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200440_create_local_authorities.rb → 20131205204139_create_local_authorities.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200441_create_trophies.rb → 20131205204140_create_trophies.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200450_create_mailboxer.mailboxer_engine.rb → 20131205204152_create_mailboxer.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200451_add_notified_object.mailboxer_engine.rb → 20131205204153_add_notified_object.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200452_add_notification_code.mailboxer_engine.rb → 20131205204154_add_notification_code.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200453_add_attachments.mailboxer_engine.rb → 20131205204155_add_attachments.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200454_rename_receipts_read.mailboxer_engine.rb → 20131205204156_rename_receipts_read.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200455_add_global_notification_support.mailboxer_engine.rb → 20131205204157_add_global_notification_support.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200459_add_terms_of_service_to_user.curate_engine.rb → 20131205204202_add_terms_of_service_to_user.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200460_add_user_force_update_profile.curate_engine.rb → 20131205204203_add_user_force_update_profile.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200461_create_help_requests.curate_engine.rb → 20131205204204_create_help_requests.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200462_add_repository_id_to_user.curate_engine.rb → 20131205204205_add_repository_id_to_user.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200463_create_curate_proxy_deposit_rights.curate_engine.rb → 20131205204206_create_curate_proxy_deposit_rights.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131203200464_change_display_name_to_name.curate_engine.rb → 20131205204207_change_display_name_to_name.curate_engine.rb} +0 -0
- data/spec/internal/db/schema.rb +1 -1
- data/spec/internal/db/test.sqlite3 +0 -0
- data/spec/internal/log/development.log +203 -191
- data/spec/internal/log/test.log +84621 -104943
- data/spec/internal/spec/factories/spams_factory.rb +0 -1
- data/spec/internal/spec/fixtures/cassettes/remotely_identified_doi_mint_generic_work.yml +13 -14
- data/spec/internal/spec/fixtures/cassettes/remotely_identified_doi_mint_spam.yml +13 -14
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/search_results.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/953d624c1831fcea22a3be549290f4c654726e96/positioning.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/163665b72c8e98b0c88c19896f080bc4 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1c1167e9384b80e15359a663448a3196 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/4132e961bdf0f2ffa2f96a4c7822e209 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/41dd5dbd03cfa3f49e2d7569ffd03f8d +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/611235bfd282813bdfbc998bcbe798e8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7d4fe23150294500a7bcd2630667e5c8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/{7078324d4486aa4ba7a6c21debbf3638 → 98ad78dc8c309689440b20bfa7372b3e} +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/ada353bb8ffe3eb0f2dd479e6d869a70 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b148a5e98ff09a12b6a2139af1e62e46 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/{f0817826ed378d461b95e0e1ac870fcf → c14352828e1be2bbf3199771a34f9c57} +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d510daa6eb0cd4805bff7fd0990dfdb5 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d610f39602b6149ca02638c1728778b5 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/e9c2a0f2fa471ace3f7ed3a1f1b9ffc5 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/ea0ece5befbce765051e27cf991cc805 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/matchers.rb +24 -0
- data/spec/{support/matchers → matchers}/metadata_field_matchers.rb +0 -0
- data/spec/{support/matchers → matchers}/raise_rescue_response_type_matcher.rb +0 -0
- data/spec/repository_models/generic_file_spec.rb +11 -0
- data/spec/spec_helper.rb +3 -2
- data/spec/support/shared/shared_examples_with_related_works.rb +0 -1
- data/spec/views/application/_add_to_collection_gui.html.erb_spec.rb +60 -0
- data/spec/views/curate/collections/_form_to_add_member.html.erb_spec.rb +11 -11
- data/spec/views/curation_concern/base/_collection.html.erb_spec.rb +0 -2
- data/spec/views/curation_concern/base/_related_files.html.erb_spec.rb +16 -0
- data/spec/views/curation_concern/base/_representative_media.html.erb_spec.rb +15 -0
- data/spec/views/curation_concern/base/_thumbnail.html.erb_spec.rb +27 -0
- data/spec/views/curation_concern/generic_files/_media_display.html.erb_spec.rb +34 -0
- data/spec/views/curation_concern/generic_files/show.html.erb_spec.rb +12 -0
- metadata +87 -74
- data/app/views/catalog/_add_to_collection_gui.html.erb +0 -15
- data/app/views/curation_concern/base/_add_to_collection_gui.html.erb +0 -18
- data/app/views/curation_concern/base/_form_to_add_collection.html.erb +0 -9
- data/app/views/curation_concern/base/_representative_image.html.erb +0 -6
- data/spec/views/catalog/_add_to_collection_gui.html.erb_spec.rb +0 -48
- data/spec/views/curation_concern/base/_add_to_collection_gui.html.erb_spec.rb +0 -34
@@ -9,4 +9,4 @@
|
|
9
9
|
|
10
10
|
# Make sure your secret_key_base is kept private
|
11
11
|
# if you're sharing your code publicly.
|
12
|
-
Internal::Application.config.secret_key_base = '
|
12
|
+
Internal::Application.config.secret_key_base = '8be50e726829e6bcb240a6b7ac89ac6215b328c241c9aa75ecab8fcfee3eec021ab9d8c2b8415dec86eeaff241a37f7423ce8282d3aba2621dff3b4be924fd86'
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/internal/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20131205204207) do
|
15
15
|
|
16
16
|
create_table "bookmarks", force: true do |t|
|
17
17
|
t.integer "user_id", null: false
|
Binary file
|
@@ -14,240 +14,240 @@ Using the default predicate_mappings.yml that comes with active-fedora. If you
|
|
14
14
|
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.
|
15
15
|
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.
|
16
16
|
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.
|
17
|
-
[1m[36m (
|
18
|
-
[1m[35m (
|
19
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.
|
20
|
-
Migrating to DeviseCreateUsers (
|
17
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
18
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
19
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
20
|
+
Migrating to DeviseCreateUsers (20131205204122)
|
21
21
|
[1m[35m (0.1ms)[0m begin transaction
|
22
|
-
[1m[36m (0.
|
22
|
+
[1m[36m (0.7ms)[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
|
23
23
|
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
|
24
24
|
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
25
|
-
[1m[35mSQL (0.
|
26
|
-
[1m[36m (0.
|
27
|
-
Migrating to AddDeviseGuestsToUsers (
|
25
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204122"]]
|
26
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
27
|
+
Migrating to AddDeviseGuestsToUsers (20131205204126)
|
28
28
|
[1m[35m (0.1ms)[0m begin transaction
|
29
|
-
[1m[36m (0.
|
30
|
-
[1m[35mSQL (0.
|
29
|
+
[1m[36m (0.6ms)[0m [1mALTER TABLE "users" ADD "guest" boolean DEFAULT 'f'[0m
|
30
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204126"]]
|
31
31
|
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
32
|
-
Migrating to CreateSearches (
|
32
|
+
Migrating to CreateSearches (20131205204127)
|
33
33
|
[1m[35m (0.1ms)[0m begin transaction
|
34
34
|
[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
|
35
|
-
[1m[35m (0.
|
36
|
-
[1m[36mSQL (0.
|
37
|
-
[1m[35m (
|
38
|
-
Migrating to CreateBookmarks (
|
35
|
+
[1m[35m (0.2ms)[0m CREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")
|
36
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204127"]]
|
37
|
+
[1m[35m (0.8ms)[0m commit transaction
|
38
|
+
Migrating to CreateBookmarks (20131205204128)
|
39
39
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
40
|
-
[1m[35m (0.
|
41
|
-
[1m[36mSQL (0.
|
42
|
-
[1m[35m (0.
|
43
|
-
Migrating to RemoveEditableFieldsFromBookmarks (
|
40
|
+
[1m[35m (0.4ms)[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)
|
41
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204128"]]
|
42
|
+
[1m[35m (0.5ms)[0m commit transaction
|
43
|
+
Migrating to RemoveEditableFieldsFromBookmarks (20131205204129)
|
44
44
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
45
|
-
[1m[35m (0.
|
45
|
+
[1m[35m (0.6ms)[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)
|
46
46
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
|
47
|
-
[1m[35m (0.
|
48
|
-
[1m[36m (0.
|
47
|
+
[1m[35m (0.4ms)[0m DROP TABLE "bookmarks"
|
48
|
+
[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
|
49
49
|
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
|
50
|
-
[1m[36m (0.
|
51
|
-
[1m[35m (0.
|
50
|
+
[1m[36m (0.4ms)[0m [1mDROP TABLE "abookmarks"[0m
|
51
|
+
[1m[35m (0.3ms)[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)
|
52
52
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
|
53
|
-
[1m[35m (0.
|
53
|
+
[1m[35m (0.5ms)[0m DROP TABLE "bookmarks"
|
54
54
|
[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
|
55
55
|
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
|
56
56
|
[1m[36m (0.1ms)[0m [1mDROP TABLE "abookmarks"[0m
|
57
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
58
|
-
[1m[36m (0.
|
59
|
-
Migrating to AddUserTypesToBookmarksSearches (
|
57
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204129"]]
|
58
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
59
|
+
Migrating to AddUserTypesToBookmarksSearches (20131205204130)
|
60
60
|
[1m[35m (0.1ms)[0m begin transaction
|
61
|
-
[1m[36m (0.
|
61
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "searches" ADD "user_type" varchar(255)[0m
|
62
62
|
[1m[35m (0.2ms)[0m ALTER TABLE "bookmarks" ADD "user_type" varchar(255)
|
63
63
|
[1m[36mSQL (0.1ms)[0m [1mUPDATE "searches" SET user_type = 'user'[0m
|
64
64
|
[1m[35mSQL (0.1ms)[0m UPDATE "bookmarks" SET user_type = 'user'
|
65
|
-
[1m[36mSQL (0.
|
66
|
-
[1m[35m (
|
67
|
-
Migrating to ActsAsFollowerMigration (
|
65
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204130"]]
|
66
|
+
[1m[35m (0.9ms)[0m commit transaction
|
67
|
+
Migrating to ActsAsFollowerMigration (20131205204131)
|
68
68
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
69
|
-
[1m[35m (0.
|
70
|
-
[1m[36m (0.
|
69
|
+
[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)
|
70
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
|
71
71
|
[1m[35m (0.1ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
|
72
|
-
[1m[36mSQL (0.
|
72
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204131"]]
|
73
73
|
[1m[35m (1.1ms)[0m commit transaction
|
74
|
-
Migrating to AddSocialToUsers (
|
74
|
+
Migrating to AddSocialToUsers (20131205204132)
|
75
75
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
76
|
-
[1m[35m (0.
|
76
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "users" ADD "facebook_handle" varchar(255)
|
77
77
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "twitter_handle" varchar(255)[0m
|
78
78
|
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "googleplus_handle" varchar(255)
|
79
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
79
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204132"]]
|
80
80
|
[1m[35m (1.0ms)[0m commit transaction
|
81
|
-
Migrating to CreateSingleUseLinks (
|
81
|
+
Migrating to CreateSingleUseLinks (20131205204133)
|
82
82
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
83
|
-
[1m[35m (0.
|
84
|
-
[1m[36mSQL (0.
|
85
|
-
[1m[35m (0.
|
86
|
-
Migrating to AddLdapAttrsToUser (
|
83
|
+
[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)
|
84
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204133"]]
|
85
|
+
[1m[35m (0.6ms)[0m commit transaction
|
86
|
+
Migrating to AddLdapAttrsToUser (20131205204134)
|
87
87
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
88
|
-
[1m[35m (0.
|
88
|
+
[1m[35m (0.5ms)[0m ALTER TABLE "users" ADD "display_name" varchar(255)
|
89
89
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "address" varchar(255)[0m
|
90
90
|
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "admin_area" varchar(255)
|
91
91
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "department" varchar(255)[0m
|
92
|
-
[1m[35m (0.
|
92
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "title" varchar(255)
|
93
93
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "office" varchar(255)[0m
|
94
94
|
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "chat_id" varchar(255)
|
95
|
-
[1m[36m (0.
|
96
|
-
[1m[35m (0.
|
95
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "website" varchar(255)[0m
|
96
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "affiliation" varchar(255)
|
97
97
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "telephone" varchar(255)[0m
|
98
|
-
[1m[35mSQL (0.
|
99
|
-
[1m[36m (1.
|
100
|
-
Migrating to AddAvatarsToUsers (
|
98
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204134"]]
|
99
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
100
|
+
Migrating to AddAvatarsToUsers (20131205204135)
|
101
101
|
[1m[35m (0.1ms)[0m begin transaction
|
102
|
-
[1m[36m (0.
|
103
|
-
[1m[35m (0.
|
104
|
-
[1m[36m (0.
|
105
|
-
[1m[35m (0.
|
106
|
-
[1m[36mSQL (0.
|
107
|
-
[1m[35m (0.
|
108
|
-
Migrating to CreateChecksumAuditLogs (
|
102
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "avatar_file_name" varchar(255)[0m
|
103
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "avatar_content_type" varchar(255)
|
104
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "avatar_file_size" integer[0m
|
105
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "avatar_updated_at" datetime
|
106
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204135"]]
|
107
|
+
[1m[35m (0.7ms)[0m commit transaction
|
108
|
+
Migrating to CreateChecksumAuditLogs (20131205204136)
|
109
109
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
110
110
|
[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)
|
111
111
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")[0m
|
112
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
113
|
-
[1m[36m (
|
114
|
-
Migrating to CreateVersionCommitters (
|
112
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204136"]]
|
113
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
114
|
+
Migrating to CreateVersionCommitters (20131205204137)
|
115
115
|
[1m[35m (0.1ms)[0m begin transaction
|
116
116
|
[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
|
117
|
-
[1m[35mSQL (0.
|
118
|
-
[1m[36m (
|
119
|
-
Migrating to AddGroupsToUsers (
|
117
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204137"]]
|
118
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
119
|
+
Migrating to AddGroupsToUsers (20131205204138)
|
120
120
|
[1m[35m (0.1ms)[0m begin transaction
|
121
|
-
[1m[36m (0.
|
121
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "group_list" text[0m
|
122
122
|
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "groups_last_update" datetime
|
123
|
-
[1m[36mSQL (0.
|
124
|
-
[1m[35m (
|
125
|
-
Migrating to CreateLocalAuthorities (
|
123
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204138"]]
|
124
|
+
[1m[35m (0.9ms)[0m commit transaction
|
125
|
+
Migrating to CreateLocalAuthorities (20131205204139)
|
126
126
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
127
|
[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))
|
128
128
|
[1m[36m (0.1ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
|
129
129
|
[1m[35m (0.1ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
|
130
|
-
[1m[36m (0.
|
131
|
-
[1m[35m (0.
|
132
|
-
[1m[36m (0.
|
130
|
+
[1m[36m (0.1ms)[0m [1mCREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer) [0m
|
131
|
+
[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))
|
132
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
|
133
133
|
[1m[35m (0.1ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
|
134
134
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
|
135
135
|
[1m[35m (0.1ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
|
136
136
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
|
137
137
|
[1m[35m (0.1ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
|
138
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
139
|
-
[1m[35m (1.
|
140
|
-
Migrating to CreateTrophies (
|
138
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204139"]]
|
139
|
+
[1m[35m (1.1ms)[0m commit transaction
|
140
|
+
Migrating to CreateTrophies (20131205204140)
|
141
141
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
142
|
-
[1m[35m (0.
|
143
|
-
[1m[36mSQL (0.
|
144
|
-
[1m[35m (
|
145
|
-
Migrating to CreateMailboxer (
|
142
|
+
[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)
|
143
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204140"]]
|
144
|
+
[1m[35m (0.8ms)[0m commit transaction
|
145
|
+
Migrating to CreateMailboxer (20131205204152)
|
146
146
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
147
|
-
[1m[35m (0.
|
147
|
+
[1m[35m (0.4ms)[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)
|
148
148
|
[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
|
149
149
|
[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)
|
150
150
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
|
151
151
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
|
152
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
153
|
-
[1m[35m (1.
|
154
|
-
Migrating to AddNotifiedObject (
|
152
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204152"]]
|
153
|
+
[1m[35m (1.5ms)[0m commit transaction
|
154
|
+
Migrating to AddNotifiedObject (20131205204153)
|
155
155
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
156
|
-
[1m[35m (0.
|
157
|
-
[1m[36m (0.
|
158
|
-
[1m[35m (0.
|
159
|
-
[1m[36m (0.
|
156
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "notifications" ADD "notified_object_id" integer
|
157
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "notifications" ADD "notified_object_type" varchar(255)[0m
|
158
|
+
[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))
|
159
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tindex_anotifications_on_conversation_id" ON "anotifications" ("conversation_id")[0m
|
160
160
|
[1m[35m (0.1ms)[0m SELECT * FROM "notifications"
|
161
|
-
[1m[36m (0.
|
161
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "notifications"[0m
|
162
162
|
[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))
|
163
163
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
|
164
164
|
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
|
165
165
|
[1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
|
166
|
-
[1m[35m (0.
|
166
|
+
[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))
|
167
167
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tindex_anotifications_on_conversation_id" ON "anotifications" ("conversation_id")[0m
|
168
168
|
[1m[35m (0.1ms)[0m SELECT * FROM "notifications"
|
169
169
|
[1m[36m (0.2ms)[0m [1mDROP TABLE "notifications"[0m
|
170
170
|
[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))
|
171
171
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
|
172
172
|
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
|
173
|
-
[1m[36m (0.
|
174
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
175
|
-
[1m[36m (
|
176
|
-
Migrating to AddNotificationCode (
|
173
|
+
[1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
|
174
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204153"]]
|
175
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
176
|
+
Migrating to AddNotificationCode (20131205204154)
|
177
177
|
[1m[35m (0.1ms)[0m begin transaction
|
178
178
|
[1m[36m (0.3ms)[0m [1mALTER TABLE "notifications" ADD "notification_code" varchar(255)[0m
|
179
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
180
|
-
[1m[36m (
|
181
|
-
Migrating to AddAttachments (
|
179
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204154"]]
|
180
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
181
|
+
Migrating to AddAttachments (20131205204155)
|
182
182
|
[1m[35m (0.1ms)[0m begin transaction
|
183
183
|
[1m[36m (0.3ms)[0m [1mALTER TABLE "notifications" ADD "attachment" varchar(255)[0m
|
184
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
185
|
-
[1m[36m (
|
186
|
-
Migrating to RenameReceiptsRead (
|
184
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204155"]]
|
185
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
186
|
+
Migrating to RenameReceiptsRead (20131205204156)
|
187
187
|
[1m[35m (0.1ms)[0m begin transaction
|
188
188
|
[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
|
189
189
|
[1m[35m (0.1ms)[0m CREATE INDEX "tindex_areceipts_on_notification_id" ON "areceipts" ("notification_id")
|
190
190
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "receipts"[0m
|
191
|
-
[1m[35m (0.
|
192
|
-
[1m[36m (0.
|
191
|
+
[1m[35m (0.3ms)[0m DROP TABLE "receipts"
|
192
|
+
[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
|
193
193
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")
|
194
194
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "areceipts"[0m
|
195
195
|
[1m[35m (0.1ms)[0m DROP TABLE "areceipts"
|
196
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
197
|
-
[1m[35m (
|
198
|
-
Migrating to AddGlobalNotificationSupport (
|
196
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204156"]]
|
197
|
+
[1m[35m (0.9ms)[0m commit transaction
|
198
|
+
Migrating to AddGlobalNotificationSupport (20131205204157)
|
199
199
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
200
200
|
[1m[35m (0.3ms)[0m ALTER TABLE "notifications" ADD "global" boolean DEFAULT 'f'
|
201
201
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "notifications" ADD "expires" datetime[0m
|
202
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
203
|
-
[1m[36m (
|
204
|
-
Migrating to AddTermsOfServiceToUser (
|
202
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204157"]]
|
203
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
204
|
+
Migrating to AddTermsOfServiceToUser (20131205204202)
|
205
205
|
[1m[35m (0.1ms)[0m begin transaction
|
206
206
|
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "agreed_to_terms_of_service" boolean[0m
|
207
|
-
[1m[35mSQL (0.
|
208
|
-
[1m[36m (
|
209
|
-
Migrating to AddUserForceUpdateProfile (
|
207
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204202"]]
|
208
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
209
|
+
Migrating to AddUserForceUpdateProfile (20131205204203)
|
210
210
|
[1m[35m (0.1ms)[0m begin transaction
|
211
|
-
[1m[36m (0.
|
212
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
211
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "user_does_not_require_profile_update" boolean DEFAULT 'f'[0m
|
212
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204203"]]
|
213
213
|
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
214
|
-
Migrating to CreateHelpRequests (
|
214
|
+
Migrating to CreateHelpRequests (20131205204204)
|
215
215
|
[1m[35m (0.1ms)[0m begin transaction
|
216
|
-
[1m[36m (0.
|
217
|
-
[1m[35m (0.
|
216
|
+
[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
|
217
|
+
[1m[35m (0.1ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
|
218
218
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
|
219
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
220
|
-
[1m[36m (1.
|
221
|
-
Migrating to AddRepositoryIdToUser (
|
219
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131205204204"]]
|
220
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
221
|
+
Migrating to AddRepositoryIdToUser (20131205204205)
|
222
222
|
[1m[35m (0.1ms)[0m begin transaction
|
223
|
-
[1m[36m (0.
|
224
|
-
[1m[35m (0.
|
225
|
-
[1m[36mSQL (0.
|
226
|
-
[1m[35m (0.
|
227
|
-
Migrating to CreateCurateProxyDepositRights (
|
223
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "repository_id" varchar(255)[0m
|
224
|
+
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")
|
225
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204205"]]
|
226
|
+
[1m[35m (0.9ms)[0m commit transaction
|
227
|
+
Migrating to CreateCurateProxyDepositRights (20131205204206)
|
228
228
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
229
|
-
[1m[35m (0.
|
229
|
+
[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)
|
230
230
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
|
231
231
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
|
232
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
233
|
-
[1m[35m (1.
|
234
|
-
Migrating to ChangeDisplayNameToName (
|
232
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204206"]]
|
233
|
+
[1m[35m (1.0ms)[0m commit transaction
|
234
|
+
Migrating to ChangeDisplayNameToName (20131205204207)
|
235
235
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
236
|
-
[1m[35m (0.
|
237
|
-
[1m[36m (0.
|
236
|
+
[1m[35m (0.2ms)[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))
|
237
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_repository_id" ON "ausers" ("repository_id")[0m
|
238
238
|
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "tindex_ausers_on_reset_password_token" ON "ausers" ("reset_password_token")
|
239
|
-
[1m[36m (0.
|
239
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_email" ON "ausers" ("email")[0m
|
240
240
|
[1m[35m (0.1ms)[0m SELECT * FROM "users"
|
241
|
-
[1m[36m (0.
|
242
|
-
[1m[35m (0.
|
241
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "users"[0m
|
242
|
+
[1m[35m (0.3ms)[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))
|
243
243
|
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
244
244
|
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
|
245
245
|
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
|
246
246
|
[1m[35m (0.1ms)[0m SELECT * FROM "ausers"
|
247
247
|
[1m[36m (0.2ms)[0m [1mDROP TABLE "ausers"[0m
|
248
248
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_users_on_name" ON "users" ("name")
|
249
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
250
|
-
[1m[35m (1.
|
249
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131205204207"]]
|
250
|
+
[1m[35m (1.0ms)[0m commit transaction
|
251
251
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
252
252
|
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.
|
253
253
|
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
@@ -255,84 +255,96 @@ Using the default predicate_mappings.yml that comes with active-fedora. If you
|
|
255
255
|
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
256
256
|
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
257
257
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
258
|
-
[1m[35m (
|
258
|
+
[1m[35m (1.0ms)[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))
|
259
259
|
[1m[36m (1.1ms)[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
|
260
260
|
[1m[35m (0.9ms)[0m CREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")
|
261
261
|
[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
|
262
262
|
[1m[35m (1.0ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
|
263
263
|
[1m[36m (0.7ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
|
264
264
|
[1m[35m (0.8ms)[0m CREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer)
|
265
|
-
[1m[36m (
|
266
|
-
[1m[35m (
|
267
|
-
[1m[36m (1.
|
265
|
+
[1m[36m (0.9ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
|
266
|
+
[1m[35m (1.0ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
|
267
|
+
[1m[36m (1.2ms)[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
|
268
268
|
[1m[35m (1.0ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
|
269
|
-
[1m[36m (
|
270
|
-
[1m[35m (
|
271
|
-
[1m[36m (0.
|
272
|
-
[1m[35m (
|
273
|
-
[1m[36m (1.
|
274
|
-
[1m[35m (
|
275
|
-
[1m[36m (0.
|
276
|
-
[1m[35m (0.
|
277
|
-
[1m[36m (1.
|
278
|
-
[1m[35m (0.
|
279
|
-
[1m[36m (
|
280
|
-
[1m[35m (
|
281
|
-
[1m[36m (0.
|
282
|
-
[1m[35m (
|
269
|
+
[1m[36m (1.0ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
|
270
|
+
[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)
|
271
|
+
[1m[36m (0.8ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
|
272
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
|
273
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
|
274
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "local_authority_id" integer, "label" varchar(255), "uri" varchar(255))
|
275
|
+
[1m[36m (0.9ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
|
276
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
|
277
|
+
[1m[36m (1.2ms)[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
|
278
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
|
279
|
+
[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
|
280
|
+
[1m[35m (0.9ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
|
281
|
+
[1m[36m (0.8ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
|
282
|
+
[1m[35m (1.2ms)[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)
|
283
283
|
[1m[36m (1.0ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
|
284
|
-
[1m[35m (
|
285
|
-
[1m[36m (
|
286
|
-
[1m[35m (
|
287
|
-
[1m[36m (
|
284
|
+
[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))
|
285
|
+
[1m[36m (1.0ms)[0m [1mCREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")[0m
|
286
|
+
[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)
|
287
|
+
[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
|
288
288
|
[1m[35m (1.1ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
|
289
|
-
[1m[36m (
|
290
|
-
[1m[35m (1.
|
289
|
+
[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
|
290
|
+
[1m[35m (1.3ms)[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))
|
291
291
|
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
292
|
-
[1m[35m (0.
|
293
|
-
[1m[36m (
|
294
|
-
[1m[35m (
|
295
|
-
[1m[36m (1.
|
296
|
-
[1m[35m (
|
297
|
-
[1m[36m (0.
|
292
|
+
[1m[35m (0.6ms)[0m CREATE INDEX "index_users_on_name" ON "users" ("name")
|
293
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
|
294
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
|
295
|
+
[1m[36m (1.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
|
296
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
297
|
+
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
298
298
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
299
|
-
[1m[36m (0.
|
300
|
-
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
301
|
-
[1m[36m (0.
|
302
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
303
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
304
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
305
|
-
[1m[36m (0.
|
306
|
-
[1m[35m (0.
|
307
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
308
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
309
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
310
|
-
[1m[35m (0.
|
311
|
-
[1m[36m (0.
|
312
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
313
|
-
[1m[36m (0.
|
314
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
315
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
316
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
317
|
-
[1m[36m (0.
|
318
|
-
[1m[35m (0.
|
319
|
-
[1m[36m (0.
|
320
|
-
[1m[35m (0.
|
321
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
322
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
323
|
-
[1m[36m (0.
|
324
|
-
[1m[35m (0.
|
325
|
-
[1m[36m (0.
|
326
|
-
[1m[35m (0.
|
299
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204207')[0m
|
300
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204122')
|
301
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204126')[0m
|
302
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204127')
|
303
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204128')[0m
|
304
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204129')
|
305
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204130')[0m
|
306
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204131')
|
307
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204132')[0m
|
308
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204133')
|
309
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204134')[0m
|
310
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204135')
|
311
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204136')[0m
|
312
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204137')
|
313
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204138')[0m
|
314
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204139')
|
315
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204140')[0m
|
316
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204152')
|
317
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204153')[0m
|
318
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204154')
|
319
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204155')[0m
|
320
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204156')
|
321
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204157')[0m
|
322
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204202')
|
323
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204203')[0m
|
324
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204204')
|
325
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131205204205')[0m
|
326
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131205204206')
|
327
|
+
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.
|
328
|
+
[1m[36mLocalAuthority Load (0.7ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
329
|
+
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
330
|
+
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
327
331
|
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.
|
328
332
|
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
329
333
|
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
330
334
|
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
331
335
|
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.
|
332
|
-
[1m[36mLocalAuthority Load (0.
|
336
|
+
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
337
|
+
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
338
|
+
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
339
|
+
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.
|
340
|
+
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
333
341
|
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
334
342
|
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
335
343
|
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.
|
336
344
|
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
337
345
|
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
338
346
|
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
347
|
+
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.
|
348
|
+
[1m[36mLocalAuthority Load (0.3ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
349
|
+
[1m[35mLocalAuthority Load (0.2ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
350
|
+
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|