curate 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +19 -56
- data/app/assets/javascripts/curate/link_users.js.coffee +1 -1
- data/app/controllers/catalog_controller.rb +3 -3
- data/app/controllers/curation_concern/generic_works_controller.rb +2 -2
- data/app/helpers/blacklight_helper.rb +0 -12
- data/app/helpers/curate_helper.rb +6 -0
- data/app/repository_datastreams/article_metadata_datastream.rb +2 -2
- data/app/repository_datastreams/etd_metadata.rb +2 -2
- data/app/repository_datastreams/generic_work_rdf_datastream.rb +2 -2
- data/app/repository_datastreams/image_metadata.rb +2 -2
- data/app/repository_models/person.rb +4 -0
- data/app/views/catalog/_facet_selected.html.erb +4 -4
- data/app/views/catalog/_index_partials/_identifier_and_action.html.erb +18 -2
- data/app/views/catalog/show.html.erb +1 -1
- data/app/views/curate/collections/_form.html.erb +5 -0
- data/app/views/curate/collections/edit.html.erb +4 -0
- data/app/views/curate/collections/show.html.erb +14 -0
- data/app/views/curate/people/show.html.erb +7 -7
- data/app/views/curation_concern/base/show.html.erb +1 -0
- data/lib/curate.rb +1 -0
- data/lib/curate/version.rb +1 -1
- data/lib/generators/curate/application_template.rb +31 -2
- data/lib/generators/curate/soft_delete/active_fedora_soft_delete_monkey_patch.rb +92 -0
- data/lib/generators/curate/soft_delete/deny-d-objects-and-datastreams.xml +32 -0
- data/lib/generators/curate/soft_delete/deny-purge.xml +32 -0
- data/lib/generators/curate/soft_delete/permit-describerepository.xml +25 -0
- data/spec/features/collections_show_spec.rb +8 -0
- data/spec/helpers/curate_helper_spec.rb +4 -0
- data/spec/internal/Gemfile.lock +54 -54
- data/spec/internal/config/initializers/curate_config.rb +0 -2
- 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/{20131205204122_devise_create_users.rb → 20140131175455_devise_create_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204126_add_devise_guests_to_users.rb → 20140131175500_add_devise_guests_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204127_create_searches.rb → 20140131175501_create_searches.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204128_create_bookmarks.rb → 20140131175502_create_bookmarks.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204129_remove_editable_fields_from_bookmarks.rb → 20140131175503_remove_editable_fields_from_bookmarks.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204130_add_user_types_to_bookmarks_searches.rb → 20140131175504_add_user_types_to_bookmarks_searches.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204131_acts_as_follower_migration.rb → 20140131175505_acts_as_follower_migration.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204132_add_social_to_users.rb → 20140131175506_add_social_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204133_create_single_use_links.rb → 20140131175507_create_single_use_links.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204134_add_ldap_attrs_to_user.rb → 20140131175508_add_ldap_attrs_to_user.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204135_add_avatars_to_users.rb → 20140131175509_add_avatars_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204136_create_checksum_audit_logs.rb → 20140131175510_create_checksum_audit_logs.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204137_create_version_committers.rb → 20140131175511_create_version_committers.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204138_add_groups_to_users.rb → 20140131175512_add_groups_to_users.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204139_create_local_authorities.rb → 20140131175513_create_local_authorities.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204140_create_trophies.rb → 20140131175514_create_trophies.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204152_create_mailboxer.mailboxer_engine.rb → 20140131175536_create_mailboxer.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204153_add_notified_object.mailboxer_engine.rb → 20140131175537_add_notified_object.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204154_add_notification_code.mailboxer_engine.rb → 20140131175538_add_notification_code.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204155_add_attachments.mailboxer_engine.rb → 20140131175539_add_attachments.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204156_rename_receipts_read.mailboxer_engine.rb → 20140131175540_rename_receipts_read.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204157_add_global_notification_support.mailboxer_engine.rb → 20140131175541_add_global_notification_support.mailboxer_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204202_add_terms_of_service_to_user.curate_engine.rb → 20140131175545_add_terms_of_service_to_user.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204203_add_user_force_update_profile.curate_engine.rb → 20140131175546_add_user_force_update_profile.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204204_create_help_requests.curate_engine.rb → 20140131175547_create_help_requests.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204205_add_repository_id_to_user.curate_engine.rb → 20140131175548_add_repository_id_to_user.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204206_create_curate_proxy_deposit_rights.curate_engine.rb → 20140131175549_create_curate_proxy_deposit_rights.curate_engine.rb} +0 -0
- data/spec/internal/db/migrate/{20131205204207_change_display_name_to_name.curate_engine.rb → 20140131175550_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 +175 -197
- data/spec/repository_models/person_spec.rb +7 -0
- data/spec/support/shared/shared_examples_is_a_curation_concern_controller.rb +11 -1
- data/spec/views/curate/collections/edit.html.erb_spec.rb +3 -0
- metadata +104 -466
- data/spec/internal/app/controllers/curation_concern/spams_controller.rb +0 -6
- data/spec/internal/app/repository_datastreams/spam_rdf_datastream.rb +0 -78
- data/spec/internal/app/repository_models/spam.rb +0 -47
- data/spec/internal/app/services/curation_concern/spam_actor.rb +0 -6
- data/spec/internal/app/views/curation_concern/spams/_spam.html.erb +0 -2
- data/spec/internal/log/test.log +0 -110368
- data/spec/internal/spec/controllers/curation_concern/spams_controller_spec.rb +0 -7
- data/spec/internal/spec/factories/spams_factory.rb +0 -39
- data/spec/internal/spec/fixtures/cassettes/remotely_identified_doi_mint_generic_work.yml +0 -46
- data/spec/internal/spec/fixtures/cassettes/remotely_identified_doi_mint_spam.yml +0 -46
- data/spec/internal/spec/repository_models/spam_spec.rb +0 -16
- data/spec/internal/spec/services/curation_concern/spam_actor_spec.rb +0 -7
- data/spec/internal/tmp/cache/assets/test/sass/108fdfe10ba83060a2164fe91a5d70f57ff08f38/linkedUsers.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/accessibility.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/accordion.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/attributes.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/classify_work.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/collections.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/emphatic_action_area.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/forms.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/multi_value_fields.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/pagination.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/search_results.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/site_actions.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2c6be7e0f6fa11a075d87959732f91fde3df1f13/site_search.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2cebef463c00ad5b78bd09dcc1035cd98e25e5ac/_catalog.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2cebef463c00ad5b78bd09dcc1035cd98e25e5ac/_facets.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/2cebef463c00ad5b78bd09dcc1035cd98e25e5ac/_header.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/331883de394b07e5895d38be1501de71197337b2/bootstrap-modal.cssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_blacklight_base.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_bookmark.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_catalog.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_dropdown.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_facets.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_footer.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_group.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_header.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_layout.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_modal.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_print.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_responsive.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/_search_history.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/blacklight.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/676a873f09eff127655248cf5efb1f72a45c52cb/blacklight_defaults.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/80288dd2aeb1798ef86a9660458b91e0a47093de/bootstrap-datepicker.cssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/953d624c1831fcea22a3be549290f4c654726e96/positioning.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/b95751effdfef9cdba38bc1d169b6196172155ed/theme.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/b95751effdfef9cdba38bc1d169b6196172155ed/typography.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_accordion.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_alerts.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_breadcrumbs.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_button-groups.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_buttons.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_carousel.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_close.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_code.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_component-animations.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_dropdowns.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_forms.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_grid.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_hero-unit.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_labels-badges.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_layouts.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_media.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_mixins.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_modals.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_navbar.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_navs.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_pager.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_pagination.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_popovers.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_progress-bars.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_reset.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_responsive-1200px-min.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_responsive-767px-max.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_responsive-768px-979px.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_responsive-navbar.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_responsive-utilities.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_scaffolding.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_sprites.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_tables.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_thumbnails.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_tooltip.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_type.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_utilities.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_variables.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/_wells.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/bootstrap.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d0ebf5b3551b37fd5eb9e84411d60dfc2adbb432/responsive.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d3251f02a69800c3dec8eff7ea62598b6c122704/bootstrap-responsive.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/d3251f02a69800c3dec8eff7ea62598b6c122704/bootstrap.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/e653ebc579903efbaf96508ec20b97304a2a14a0/token-input-facebook.cssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/e9808fc781dff3e3e7170d18d009c46cb33a75c5/curate.css.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/e9808fc781dff3e3e7170d18d009c46cb33a75c5/global-variables.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sass/e9808fc781dff3e3e7170d18d009c46cb33a75c5/modules.scssc +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/025976cedf55483abdfd2a8a7a897417 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/025b78bef333daa07f3714e1ed9c9897 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/06366398288c6606b4ebd44ca57833f1 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/070263a383619079784e4ce15cf15443 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/0b4f161bc175df6a24a070de15ef8070 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/10ab350e3829f2abfdeccbd2916f213a +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/1a591a26fdf3ed78b25b5ab792d76b7e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1ab9fe0545e37779f1b0b527bc0a5003 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1b0118f80184656ebb0a05476808870c +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1c1167e9384b80e15359a663448a3196 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1d084625b16ac691b3ac53f7c3af9383 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1edbc64e3cd0f640b255d2e3803f7650 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/1f3f013d8df49445e8f6d26abe4bd0c3 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/22305e36d0fdbf1a9cd6c864163e8c27 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/25c858866fd7a2ca6719b8f57b7da784 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/284cc98f54c8b35889e5d7cbcb7bdbe0 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/2a50fd82596f16e3af97fcb084288d13 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/30980d53fa21cb948c92faff2cf90991 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/31f03bdc9721687fd98c2b12c036e8a2 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/36981002c1801c8a4e752dbcbe791582 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/37fac2a10427372eb3a8c99adb5cd411 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/3995ba86972034e984670eeef6091ac3 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/3b87961014fda718970e83ba7704c67e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/3ccedd980e76c496cb22334acbbb5e28 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/409f6fd5f640b0d1ed6423d0054481c0 +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/426440aa7e18abd865ba2e760b88cd39 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/49dddc872622de1d975f563d9d10d6c9 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/4b1fc3a748e34199e72958c656cc06cf +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/4c5e67849a42922256c692cebe3625ae +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/5141429549bc789c5a18f47a631ee310 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/541a8ef4d67b7e50312977c96e423051 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/59fe9d1111e7fc3f6086507fb3306af6 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/611235bfd282813bdfbc998bcbe798e8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/6355ac51340fbb8fa01019405f7ed6da +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/6e0879a87dae322b4e32263452ba6b4e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/6e8253e08a505551ade23952df1c5398 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/6fce7a434a34042465358f4ce9b4c876 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7314c3dc32b5da235df8fedc382345cf +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7685f208e89b90425bf76796648ebc28 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7ba48319520aec7ef07b010ac21f0136 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7cb8ecb9ed42a98dc3bdc37a8406dbc8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7d0dafd1bea0f4da00c580f0f6d664b8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7d4fe23150294500a7bcd2630667e5c8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7d55d38239482ec8327d6a2ea6ca7509 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/7f1cb34f019f0890927d422814194b01 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/81ecd9c94638acd3ece19ecac462a723 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/82f457826b6170c0fd009ef469f31e16 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/8401fd13fe82bb392806930ed02005e1 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/8487a8fffe384af1dfe579bd7725fe19 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/87483257b350b31ace81e530557b4bda +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/8b503f71e2ed168eb20ff8cfc20ff3d4 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/967c4a151c00ff79d54eab287c5a949b +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/97dc77c12a82b17d1e6ccd14d31917c8 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/98ad78dc8c309689440b20bfa7372b3e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/9c4023aaef54415afaf4892ced299f30 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/a530b42511788ec712de192e6d2c3114 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/a5b14fb35b6609fda372da27bcd729a7 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/a8a9b28de30b069c2336fc9417accefb +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/ada353bb8ffe3eb0f2dd479e6d869a70 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/af84f7fe3cda47ac78bf90dd6ce9485e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b148a5e98ff09a12b6a2139af1e62e46 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b3b3d7f6ecf32ce8216b40eccc5da386 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b721220ce6d15c52e745467c68ac7c28 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b8c80198fb4ff5880b89100f59beb1f9 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/b9a04216850a5d6e6cc17b9292677aa6 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/bd0dea58c57774fef248f0b0844a4654 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/bd4a5121c6495d513075e759f8cca6ed +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c14352828e1be2bbf3199771a34f9c57 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c22725116e2bbc4bdf0867ab02b3623e +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c6d2f8432ae24aaa27e3c17827d59e9a +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c89f789c6b72000300327021b7d4c5c2 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c8efa5a248a06a7e0973af01a33c0873 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/c90c8b52f13eba55c8904337bc413837 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/ca5cb83e75fa4cc89aeb7641e4243720 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/cab5e2f78f3943d174dadb7f54e7b9aa +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/cb5ef342e38a1a8c9037238552a3bd11 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/cdf8872264f5f8dd811cdf810f6875a7 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d1f293d89d9194b7cdb99affd6bcb670 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d2473a08bfca80032fc2b63d1b701155 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d3b7e1db3a3aa2a9348b7d2b3dc5bb68 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d4b33b0a1a154cfb06698e52f5359a08 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/d4cb8bd75546d6d24bc60dd9f843abe5 +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/e0e4f218b157ae599e12a247a4cf8710 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/e236666ccee7240fb08a941d9e2e8739 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/e32852b59df6d7de9272b683e2d8c800 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/e33bc43550b9803eb105d236a57226ae +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/e63b799938e7863be75479237846e7f4 +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/ee98c5174937598bf3cc6cbd06de1930 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f43e6de318148b8815fa65c6fd6ea092 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f50893e335447632cec50794d690a0a1 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f7cb8bfc6fbf85d140b26cbd555a56a0 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/f96152606fbc5602cd65176f6098f69a +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/fa7f0990f592272fe05c14806c563cb6 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/fb0dfe7bc7417e1329d9cc6c913584e9 +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/fb4a42a3e047a7a0d87f3ad55c8d267a +0 -0
- data/spec/internal/tmp/cache/assets/test/sprockets/fecd72966f3f2994e3d5894e05d76bd8 +0 -0
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
Curate.configure do |config|
|
|
2
|
-
# Injected via `rails g curate:work Spam`
|
|
3
|
-
config.register_curation_concern :spam
|
|
4
2
|
config.application_root_url = 'http://localhost'
|
|
5
3
|
config.default_antivirus_instance = lambda {|file_path|
|
|
6
4
|
AntiVirusScanner::NO_VIRUS_FOUND_RETURN_VALUE
|
|
@@ -4,7 +4,7 @@ Devise.setup do |config|
|
|
|
4
4
|
# The secret key used by Devise. Devise uses this key to generate
|
|
5
5
|
# random tokens. Changing this key will render invalid all existing
|
|
6
6
|
# confirmation, reset password and unlock tokens in the database.
|
|
7
|
-
config.secret_key = '
|
|
7
|
+
config.secret_key = '66b8872a8ff57be9e0bd2dbea4bfcb9ad6f55b461f590102c2ac7faf1e7157a57520a7df14405b2cc46172ba5834255da5be510a41ddba9924d4a8554a03eab0'
|
|
8
8
|
|
|
9
9
|
# ==> Mailer Configuration
|
|
10
10
|
# Configure the e-mail address which will be shown in Devise::Mailer,
|
|
@@ -95,7 +95,7 @@ Devise.setup do |config|
|
|
|
95
95
|
config.stretches = Rails.env.test? ? 1 : 10
|
|
96
96
|
|
|
97
97
|
# Setup a pepper to generate the encrypted password.
|
|
98
|
-
# config.pepper = '
|
|
98
|
+
# config.pepper = '25811be9198a0b94161ab5eebf4e1c28b4f498aeac376584530fada3844869de16b57f043f74e69d466429e0228c6d9e30caa22cdb33a194a76b4ed00fca3359'
|
|
99
99
|
|
|
100
100
|
# ==> Configuration for :confirmable
|
|
101
101
|
# A period that the user is allowed to access the website even without
|
|
@@ -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 = 'c18d82d408f90af879cb986946d2235d4b53546ebff3ad54ad592904ea1b677c944e219a6992c7ea67082fb27c42cec16dccf2bc0ca9bd77713da0dcc44171b0'
|
|
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: 20140131175550) do
|
|
15
15
|
|
|
16
16
|
create_table "bookmarks", force: true do |t|
|
|
17
17
|
t.integer "user_id", null: false
|
|
Binary file
|
|
@@ -13,145 +13,147 @@ Using the default predicate_mappings.yml that comes with active-fedora. If you
|
|
|
13
13
|
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.
|
|
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
|
+
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
|
+
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
18
|
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
19
|
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
18
|
-
[1m[35m (
|
|
19
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.
|
|
20
|
-
Migrating to DeviseCreateUsers (
|
|
20
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
21
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
22
|
+
Migrating to DeviseCreateUsers (20140131175455)
|
|
21
23
|
[1m[35m (0.1ms)[0m begin transaction
|
|
22
|
-
[1m[36m (0.
|
|
23
|
-
[1m[35m (0.
|
|
24
|
-
[1m[36m (0.
|
|
25
|
-
[1m[35mSQL (0.
|
|
26
|
-
[1m[36m (
|
|
27
|
-
Migrating to AddDeviseGuestsToUsers (
|
|
24
|
+
[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
|
|
25
|
+
[1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
|
|
26
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
|
27
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175455"]]
|
|
28
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
29
|
+
Migrating to AddDeviseGuestsToUsers (20140131175500)
|
|
28
30
|
[1m[35m (0.1ms)[0m begin transaction
|
|
29
|
-
[1m[36m (0.
|
|
30
|
-
[1m[35mSQL (0.
|
|
31
|
-
[1m[36m (
|
|
32
|
-
Migrating to CreateSearches (
|
|
31
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "users" ADD "guest" boolean DEFAULT 'f'[0m
|
|
32
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175500"]]
|
|
33
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
34
|
+
Migrating to CreateSearches (20140131175501)
|
|
33
35
|
[1m[35m (0.1ms)[0m begin transaction
|
|
34
36
|
[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 (
|
|
37
|
+
[1m[35m (0.1ms)[0m CREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")
|
|
38
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175501"]]
|
|
39
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
40
|
+
Migrating to CreateBookmarks (20140131175502)
|
|
39
41
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
40
|
-
[1m[35m (0.
|
|
41
|
-
[1m[36mSQL (0.
|
|
42
|
-
[1m[35m (0.
|
|
43
|
-
Migrating to RemoveEditableFieldsFromBookmarks (
|
|
42
|
+
[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)
|
|
43
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175502"]]
|
|
44
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
45
|
+
Migrating to RemoveEditableFieldsFromBookmarks (20140131175503)
|
|
44
46
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45
|
-
[1m[35m (0.
|
|
47
|
+
[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)
|
|
46
48
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
|
|
47
|
-
[1m[35m (0.
|
|
48
|
-
[1m[36m (0.
|
|
49
|
+
[1m[35m (0.3ms)[0m DROP TABLE "bookmarks"
|
|
50
|
+
[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
|
|
49
51
|
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
|
|
50
|
-
[1m[36m (0.
|
|
51
|
-
[1m[35m (0.
|
|
52
|
+
[1m[36m (0.3ms)[0m [1mDROP TABLE "abookmarks"[0m
|
|
53
|
+
[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)
|
|
52
54
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "bookmarks"[0m
|
|
53
|
-
[1m[35m (0.
|
|
54
|
-
[1m[36m (0.
|
|
55
|
+
[1m[35m (0.2ms)[0m DROP TABLE "bookmarks"
|
|
56
|
+
[1m[36m (0.1ms)[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
57
|
[1m[35m (0.1ms)[0m SELECT * FROM "abookmarks"
|
|
56
58
|
[1m[36m (0.1ms)[0m [1mDROP TABLE "abookmarks"[0m
|
|
57
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
|
59
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175503"]]
|
|
58
60
|
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
59
|
-
Migrating to AddUserTypesToBookmarksSearches (
|
|
61
|
+
Migrating to AddUserTypesToBookmarksSearches (20140131175504)
|
|
60
62
|
[1m[35m (0.1ms)[0m begin transaction
|
|
61
63
|
[1m[36m (0.3ms)[0m [1mALTER TABLE "searches" ADD "user_type" varchar(255)[0m
|
|
62
64
|
[1m[35m (0.2ms)[0m ALTER TABLE "bookmarks" ADD "user_type" varchar(255)
|
|
63
65
|
[1m[36mSQL (0.1ms)[0m [1mUPDATE "searches" SET user_type = 'user'[0m
|
|
64
|
-
[1m[35mSQL (0.
|
|
65
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
|
66
|
-
[1m[35m (
|
|
67
|
-
Migrating to ActsAsFollowerMigration (
|
|
66
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "bookmarks" SET user_type = 'user'
|
|
67
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175504"]]
|
|
68
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
69
|
+
Migrating to ActsAsFollowerMigration (20140131175505)
|
|
68
70
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69
71
|
[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
72
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
|
|
71
73
|
[1m[35m (0.1ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
|
|
72
|
-
[1m[36mSQL (0.
|
|
73
|
-
[1m[35m (
|
|
74
|
-
Migrating to AddSocialToUsers (
|
|
74
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175505"]]
|
|
75
|
+
[1m[35m (0.6ms)[0m commit transaction
|
|
76
|
+
Migrating to AddSocialToUsers (20140131175506)
|
|
75
77
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
76
|
-
[1m[35m (0.
|
|
78
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "facebook_handle" varchar(255)
|
|
77
79
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "twitter_handle" varchar(255)[0m
|
|
78
80
|
[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", "
|
|
80
|
-
[1m[35m (
|
|
81
|
-
Migrating to CreateSingleUseLinks (
|
|
81
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175506"]]
|
|
82
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
83
|
+
Migrating to CreateSingleUseLinks (20140131175507)
|
|
82
84
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
83
|
-
[1m[35m (0.
|
|
84
|
-
[1m[36mSQL (0.
|
|
85
|
-
[1m[35m (0.
|
|
86
|
-
Migrating to AddLdapAttrsToUser (
|
|
85
|
+
[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)
|
|
86
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175507"]]
|
|
87
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
88
|
+
Migrating to AddLdapAttrsToUser (20140131175508)
|
|
87
89
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
88
|
-
[1m[35m (0.
|
|
90
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD "display_name" varchar(255)
|
|
89
91
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "address" varchar(255)[0m
|
|
90
92
|
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "admin_area" varchar(255)
|
|
91
93
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "department" varchar(255)[0m
|
|
92
|
-
[1m[35m (0.
|
|
94
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "title" varchar(255)
|
|
93
95
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "office" varchar(255)[0m
|
|
94
96
|
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "chat_id" varchar(255)
|
|
95
|
-
[1m[36m (0.
|
|
96
|
-
[1m[35m (0.
|
|
97
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "website" varchar(255)[0m
|
|
98
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "affiliation" varchar(255)
|
|
97
99
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "telephone" varchar(255)[0m
|
|
98
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
|
99
|
-
[1m[36m (
|
|
100
|
-
Migrating to AddAvatarsToUsers (
|
|
100
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175508"]]
|
|
101
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
102
|
+
Migrating to AddAvatarsToUsers (20140131175509)
|
|
101
103
|
[1m[35m (0.1ms)[0m begin transaction
|
|
102
104
|
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "avatar_file_name" varchar(255)[0m
|
|
103
|
-
[1m[35m (0.
|
|
105
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "avatar_content_type" varchar(255)
|
|
104
106
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD "avatar_file_size" integer[0m
|
|
105
107
|
[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", "
|
|
107
|
-
[1m[35m (0.
|
|
108
|
-
Migrating to CreateChecksumAuditLogs (
|
|
108
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175509"]]
|
|
109
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
110
|
+
Migrating to CreateChecksumAuditLogs (20140131175510)
|
|
109
111
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
110
112
|
[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
113
|
[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 (
|
|
114
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175510"]]
|
|
115
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
116
|
+
Migrating to CreateVersionCommitters (20140131175511)
|
|
115
117
|
[1m[35m (0.1ms)[0m begin transaction
|
|
116
118
|
[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.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
|
118
|
-
[1m[36m (
|
|
119
|
-
Migrating to AddGroupsToUsers (
|
|
119
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175511"]]
|
|
120
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
|
121
|
+
Migrating to AddGroupsToUsers (20140131175512)
|
|
120
122
|
[1m[35m (0.1ms)[0m begin transaction
|
|
121
123
|
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "group_list" text[0m
|
|
122
|
-
[1m[35m (0.
|
|
123
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
|
124
|
-
[1m[35m (
|
|
125
|
-
Migrating to CreateLocalAuthorities (
|
|
124
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD "groups_last_update" datetime
|
|
125
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175512"]]
|
|
126
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
127
|
+
Migrating to CreateLocalAuthorities (20140131175513)
|
|
126
128
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
127
129
|
[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
130
|
[1m[36m (0.1ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
|
|
129
131
|
[1m[35m (0.1ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
|
|
130
132
|
[1m[36m (0.1ms)[0m [1mCREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer) [0m
|
|
131
|
-
[1m[35m (0.
|
|
133
|
+
[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))
|
|
132
134
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
|
|
133
135
|
[1m[35m (0.1ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
|
|
134
136
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
|
|
135
137
|
[1m[35m (0.1ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
|
|
136
138
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
|
|
137
139
|
[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 (
|
|
140
|
-
Migrating to CreateTrophies (
|
|
140
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175513"]]
|
|
141
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
142
|
+
Migrating to CreateTrophies (20140131175514)
|
|
141
143
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
142
144
|
[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", "
|
|
144
|
-
[1m[35m (0.
|
|
145
|
-
Migrating to CreateMailboxer (
|
|
145
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175514"]]
|
|
146
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
147
|
+
Migrating to CreateMailboxer (20140131175536)
|
|
146
148
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
147
|
-
[1m[35m (0.
|
|
149
|
+
[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)
|
|
148
150
|
[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
151
|
[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
152
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
|
|
151
153
|
[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 (
|
|
154
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175536"]]
|
|
155
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
156
|
+
Migrating to AddNotifiedObject (20140131175537)
|
|
155
157
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
156
158
|
[1m[35m (0.3ms)[0m ALTER TABLE "notifications" ADD "notified_object_id" integer
|
|
157
159
|
[1m[36m (0.2ms)[0m [1mALTER TABLE "notifications" ADD "notified_object_type" varchar(255)[0m
|
|
@@ -163,7 +165,7 @@ Migrating to AddNotifiedObject (20131205204153)
|
|
|
163
165
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
|
|
164
166
|
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
|
|
165
167
|
[1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
|
|
166
|
-
[1m[35m (0.
|
|
168
|
+
[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_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
169
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "tindex_anotifications_on_conversation_id" ON "anotifications" ("conversation_id")[0m
|
|
168
170
|
[1m[35m (0.1ms)[0m SELECT * FROM "notifications"
|
|
169
171
|
[1m[36m (0.2ms)[0m [1mDROP TABLE "notifications"[0m
|
|
@@ -171,19 +173,19 @@ Migrating to AddNotifiedObject (20131205204153)
|
|
|
171
173
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")[0m
|
|
172
174
|
[1m[35m (0.1ms)[0m SELECT * FROM "anotifications"
|
|
173
175
|
[1m[36m (0.1ms)[0m [1mDROP TABLE "anotifications"[0m
|
|
174
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
|
175
|
-
[1m[36m (
|
|
176
|
-
Migrating to AddNotificationCode (
|
|
176
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175537"]]
|
|
177
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
178
|
+
Migrating to AddNotificationCode (20140131175538)
|
|
177
179
|
[1m[35m (0.1ms)[0m begin transaction
|
|
178
180
|
[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 (
|
|
181
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175538"]]
|
|
182
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
183
|
+
Migrating to AddAttachments (20140131175539)
|
|
182
184
|
[1m[35m (0.1ms)[0m begin transaction
|
|
183
185
|
[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 (0.
|
|
186
|
-
Migrating to RenameReceiptsRead (
|
|
186
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175539"]]
|
|
187
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
188
|
+
Migrating to RenameReceiptsRead (20140131175540)
|
|
187
189
|
[1m[35m (0.1ms)[0m begin transaction
|
|
188
190
|
[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
191
|
[1m[35m (0.1ms)[0m CREATE INDEX "tindex_areceipts_on_notification_id" ON "areceipts" ("notification_id")
|
|
@@ -193,61 +195,61 @@ Migrating to RenameReceiptsRead (20131205204156)
|
|
|
193
195
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")
|
|
194
196
|
[1m[36m (0.1ms)[0m [1mSELECT * FROM "areceipts"[0m
|
|
195
197
|
[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 (0.
|
|
198
|
-
Migrating to AddGlobalNotificationSupport (
|
|
198
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175540"]]
|
|
199
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
200
|
+
Migrating to AddGlobalNotificationSupport (20140131175541)
|
|
199
201
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
200
|
-
[1m[35m (0.
|
|
202
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "notifications" ADD "global" boolean DEFAULT 'f'
|
|
201
203
|
[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", "
|
|
204
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175541"]]
|
|
203
205
|
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
204
|
-
Migrating to AddTermsOfServiceToUser (
|
|
206
|
+
Migrating to AddTermsOfServiceToUser (20140131175545)
|
|
205
207
|
[1m[35m (0.1ms)[0m begin transaction
|
|
206
208
|
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "agreed_to_terms_of_service" boolean[0m
|
|
207
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "
|
|
208
|
-
[1m[36m (
|
|
209
|
-
Migrating to AddUserForceUpdateProfile (
|
|
209
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175545"]]
|
|
210
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
|
211
|
+
Migrating to AddUserForceUpdateProfile (20140131175546)
|
|
210
212
|
[1m[35m (0.1ms)[0m begin transaction
|
|
211
213
|
[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", "
|
|
213
|
-
[1m[36m (0.
|
|
214
|
-
Migrating to CreateHelpRequests (
|
|
214
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175546"]]
|
|
215
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
216
|
+
Migrating to CreateHelpRequests (20140131175547)
|
|
215
217
|
[1m[35m (0.1ms)[0m begin transaction
|
|
216
218
|
[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
219
|
[1m[35m (0.1ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
|
|
218
220
|
[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 (
|
|
221
|
-
Migrating to AddRepositoryIdToUser (
|
|
221
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140131175547"]]
|
|
222
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
223
|
+
Migrating to AddRepositoryIdToUser (20140131175548)
|
|
222
224
|
[1m[35m (0.1ms)[0m begin transaction
|
|
223
225
|
[1m[36m (0.4ms)[0m [1mALTER TABLE "users" ADD "repository_id" varchar(255)[0m
|
|
224
|
-
[1m[35m (0.
|
|
225
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "
|
|
226
|
-
[1m[35m (0.
|
|
227
|
-
Migrating to CreateCurateProxyDepositRights (
|
|
226
|
+
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")
|
|
227
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175548"]]
|
|
228
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
229
|
+
Migrating to CreateCurateProxyDepositRights (20140131175549)
|
|
228
230
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
229
231
|
[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
232
|
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
|
|
231
233
|
[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", "
|
|
234
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175549"]]
|
|
233
235
|
[1m[35m (1.0ms)[0m commit transaction
|
|
234
|
-
Migrating to ChangeDisplayNameToName (
|
|
236
|
+
Migrating to ChangeDisplayNameToName (20140131175550)
|
|
235
237
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
236
|
-
[1m[35m (0.
|
|
238
|
+
[1m[35m (0.4ms)[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
239
|
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_repository_id" ON "ausers" ("repository_id")[0m
|
|
238
240
|
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "tindex_ausers_on_reset_password_token" ON "ausers" ("reset_password_token")
|
|
239
241
|
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "tindex_ausers_on_email" ON "ausers" ("email")[0m
|
|
240
242
|
[1m[35m (0.1ms)[0m SELECT * FROM "users"
|
|
241
243
|
[1m[36m (0.3ms)[0m [1mDROP TABLE "users"[0m
|
|
242
|
-
[1m[35m (0.
|
|
243
|
-
[1m[36m (0.
|
|
244
|
+
[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))
|
|
245
|
+
[1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
244
246
|
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
|
|
245
247
|
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
|
|
246
248
|
[1m[35m (0.1ms)[0m SELECT * FROM "ausers"
|
|
247
249
|
[1m[36m (0.2ms)[0m [1mDROP TABLE "ausers"[0m
|
|
248
250
|
[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.
|
|
251
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140131175550"]]
|
|
252
|
+
[1m[35m (1.6ms)[0m commit transaction
|
|
251
253
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
252
254
|
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
255
|
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
|
@@ -255,96 +257,72 @@ Using the default predicate_mappings.yml that comes with active-fedora. If you
|
|
|
255
257
|
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
|
256
258
|
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
257
259
|
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
258
|
-
[1m[35m (1.
|
|
259
|
-
[1m[36m (
|
|
260
|
-
[1m[35m (0.
|
|
261
|
-
[1m[36m (
|
|
262
|
-
[1m[35m (
|
|
263
|
-
[1m[36m (0.
|
|
260
|
+
[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))
|
|
261
|
+
[1m[36m (0.8ms)[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
|
|
262
|
+
[1m[35m (0.7ms)[0m CREATE INDEX "by_pid_and_dsid" ON "checksum_audit_logs" ("pid", "dsid")
|
|
263
|
+
[1m[36m (0.8ms)[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
|
|
264
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "domain_terms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "term" varchar(255))
|
|
265
|
+
[1m[36m (0.9ms)[0m [1mCREATE INDEX "terms_by_model_and_term" ON "domain_terms" ("model", "term")[0m
|
|
264
266
|
[1m[35m (0.8ms)[0m CREATE TABLE "domain_terms_local_authorities" ("domain_term_id" integer, "local_authority_id" integer)
|
|
265
|
-
[1m[36m (0.
|
|
266
|
-
[1m[35m (
|
|
267
|
-
[1m[36m (1.
|
|
268
|
-
[1m[35m (
|
|
269
|
-
[1m[36m (
|
|
267
|
+
[1m[36m (0.7ms)[0m [1mCREATE INDEX "dtla_by_ids2" ON "domain_terms_local_authorities" ("domain_term_id", "local_authority_id")[0m
|
|
268
|
+
[1m[35m (0.7ms)[0m CREATE INDEX "dtla_by_ids1" ON "domain_terms_local_authorities" ("local_authority_id", "domain_term_id")
|
|
269
|
+
[1m[36m (1.0ms)[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
|
|
270
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")
|
|
271
|
+
[1m[36m (0.7ms)[0m [1mCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")[0m
|
|
270
272
|
[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
273
|
[1m[36m (0.8ms)[0m [1mCREATE INDEX "index_help_requests_on_created_at" ON "help_requests" ("created_at")[0m
|
|
272
|
-
[1m[35m (0.
|
|
273
|
-
[1m[36m (
|
|
274
|
-
[1m[35m (0.
|
|
275
|
-
[1m[36m (0.
|
|
276
|
-
[1m[35m (0.
|
|
277
|
-
[1m[36m (1.
|
|
278
|
-
[1m[35m (0.
|
|
274
|
+
[1m[35m (0.9ms)[0m CREATE INDEX "index_help_requests_on_user_id" ON "help_requests" ("user_id")
|
|
275
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "local_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) [0m
|
|
276
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "local_authority_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "local_authority_id" integer, "label" varchar(255), "uri" varchar(255))
|
|
277
|
+
[1m[36m (0.8ms)[0m [1mCREATE INDEX "entries_by_term_and_label" ON "local_authority_entries" ("local_authority_id", "label")[0m
|
|
278
|
+
[1m[35m (0.9ms)[0m CREATE INDEX "entries_by_term_and_uri" ON "local_authority_entries" ("local_authority_id", "uri")
|
|
279
|
+
[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
|
|
280
|
+
[1m[35m (0.7ms)[0m CREATE INDEX "index_notifications_on_conversation_id" ON "notifications" ("conversation_id")
|
|
279
281
|
[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
282
|
[1m[35m (0.9ms)[0m CREATE INDEX "index_proxy_deposit_rights_on_grantee_id" ON "proxy_deposit_rights" ("grantee_id")
|
|
281
|
-
[1m[36m (0.
|
|
282
|
-
[1m[35m (
|
|
283
|
+
[1m[36m (0.9ms)[0m [1mCREATE INDEX "index_proxy_deposit_rights_on_grantor_id" ON "proxy_deposit_rights" ("grantor_id")[0m
|
|
284
|
+
[1m[35m (0.8ms)[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
285
|
[1m[36m (1.0ms)[0m [1mCREATE INDEX "index_receipts_on_notification_id" ON "receipts" ("notification_id")[0m
|
|
284
|
-
[1m[35m (1.
|
|
285
|
-
[1m[36m (
|
|
286
|
-
[1m[35m (
|
|
286
|
+
[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))
|
|
287
|
+
[1m[36m (0.7ms)[0m [1mCREATE INDEX "index_searches_on_user_id" ON "searches" ("user_id")[0m
|
|
288
|
+
[1m[35m (0.8ms)[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
289
|
[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
290
|
[1m[35m (1.1ms)[0m CREATE INDEX "entries_by_lower_label" ON "subject_local_authority_entries" ("lowerLabel")
|
|
289
|
-
[1m[36m (0.
|
|
290
|
-
[1m[35m (
|
|
291
|
-
[1m[36m (0.
|
|
292
|
-
[1m[35m (0.
|
|
293
|
-
[1m[36m (
|
|
294
|
-
[1m[35m (
|
|
295
|
-
[1m[36m (1.
|
|
296
|
-
[1m[35m (
|
|
297
|
-
[1m[36m (0.
|
|
291
|
+
[1m[36m (0.9ms)[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
|
|
292
|
+
[1m[35m (0.9ms)[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))
|
|
293
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
|
294
|
+
[1m[35m (0.7ms)[0m CREATE INDEX "index_users_on_name" ON "users" ("name")
|
|
295
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_repository_id" ON "users" ("repository_id")[0m
|
|
296
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
|
|
297
|
+
[1m[36m (1.0ms)[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
|
|
298
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
299
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
298
300
|
[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.
|
|
303
|
-
[1m[36m (0.
|
|
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.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
312
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
|
313
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
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.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
318
|
-
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
|
319
|
-
[1m[36m (0.
|
|
320
|
-
[1m[35m (0.
|
|
321
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
322
|
-
[1m[35m (0.
|
|
323
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
324
|
-
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
|
325
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('
|
|
326
|
-
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('
|
|
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
|
|
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.
|
|
332
|
-
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
|
333
|
-
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
|
334
|
-
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
|
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.
|
|
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
|
|
341
|
-
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
|
342
|
-
[1m[36mLocalAuthority Load (0.1ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_genres' LIMIT 1[0m
|
|
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.
|
|
344
|
-
[1m[36mLocalAuthority Load (0.2ms)[0m [1mSELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lc_subjects' LIMIT 1[0m
|
|
345
|
-
[1m[35mLocalAuthority Load (0.1ms)[0m SELECT "local_authorities".* FROM "local_authorities" WHERE "local_authorities"."name" = 'lexvo_languages' LIMIT 1
|
|
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
|
|
301
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175550')[0m
|
|
302
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175455')
|
|
303
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175500')[0m
|
|
304
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175501')
|
|
305
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175502')[0m
|
|
306
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175503')
|
|
307
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175504')[0m
|
|
308
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175505')
|
|
309
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175506')[0m
|
|
310
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175507')
|
|
311
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175508')[0m
|
|
312
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175509')
|
|
313
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175510')[0m
|
|
314
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175511')
|
|
315
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175512')[0m
|
|
316
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175513')
|
|
317
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175514')[0m
|
|
318
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175536')
|
|
319
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175537')[0m
|
|
320
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175538')
|
|
321
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175539')[0m
|
|
322
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175540')
|
|
323
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175541')[0m
|
|
324
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175545')
|
|
325
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175546')[0m
|
|
326
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175547')
|
|
327
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140131175548')[0m
|
|
328
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140131175549')
|