enju_message 0.4.0.beta.2 → 0.4.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/message.rb +7 -15
- data/app/models/message_request.rb +6 -17
- data/app/models/message_request_transition.rb +3 -3
- data/app/models/message_template.rb +3 -3
- data/app/models/message_transition.rb +3 -3
- data/db/migrate/149_create_message_templates.rb +1 -1
- data/db/migrate/154_create_messages.rb +1 -1
- data/db/migrate/20080819181903_create_message_requests.rb +2 -7
- data/db/migrate/20110913115320_add_lft_and_rgt_to_message.rb +1 -1
- data/db/migrate/20120125050502_add_depth_to_message.rb +1 -1
- data/db/migrate/20140518111006_create_message_transitions.rb +1 -1
- data/db/migrate/20140518135713_create_message_request_transitions.rb +1 -1
- data/db/migrate/20160703185015_add_most_recent_to_message_transitions.rb +1 -1
- data/db/migrate/20160814165332_add_most_recent_to_message_request_transitions.rb +1 -1
- data/db/migrate/20180107162659_add_constraints_to_most_recent_for_message_transitions.rb +1 -1
- data/db/migrate/20180107162711_add_constraints_to_most_recent_for_message_request_transitions.rb +1 -1
- data/lib/enju_message/version.rb +1 -1
- data/lib/tasks/enju_message_tasks.rake +0 -7
- data/spec/dummy/db/migrate/002_devise_create_users.rb +1 -1
- data/spec/dummy/db/migrate/041_create_roles.rb +1 -1
- data/spec/dummy/db/migrate/059_create_libraries.rb +1 -2
- data/spec/dummy/db/migrate/069_create_shelves.rb +1 -2
- data/spec/dummy/db/migrate/077_create_user_groups.rb +1 -2
- data/spec/dummy/db/migrate/080_create_library_groups.rb +1 -1
- data/spec/dummy/db/migrate/120_create_baskets.rb +1 -1
- data/spec/dummy/db/migrate/124_create_bookstores.rb +1 -2
- data/spec/dummy/db/migrate/130_create_request_status_types.rb +1 -1
- data/spec/dummy/db/migrate/131_create_request_types.rb +1 -1
- data/spec/dummy/db/migrate/20081006090811_create_subscriptions.rb +1 -2
- data/spec/dummy/db/migrate/20081006093246_create_subscribes.rb +1 -1
- data/spec/dummy/db/migrate/20081023092436_create_search_engines.rb +1 -1
- data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20100314190054_add_opening_hour_to_library.rb +1 -1
- data/spec/dummy/db/migrate/20100606065209_create_user_has_roles.rb +1 -1
- data/spec/dummy/db/migrate/20110222073537_add_url_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20110318183304_add_valid_period_for_new_user_to_user_group.rb +1 -1
- data/spec/dummy/db/migrate/20120105074911_add_isil_to_library.rb +1 -1
- data/spec/dummy/db/migrate/20120129014038_create_budget_types.rb +1 -1
- data/spec/dummy/db/migrate/20120319173203_create_accepts.rb +1 -1
- data/spec/dummy/db/migrate/20120510140958_add_closed_to_shelf.rb +1 -1
- data/spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb +1 -2
- data/spec/dummy/db/migrate/20130412083556_add_latitude_and_longitude_to_library.rb +1 -1
- data/spec/dummy/db/migrate/20140110122216_create_user_import_files.rb +1 -1
- data/spec/dummy/db/migrate/20140110131010_create_user_import_results.rb +1 -1
- data/spec/dummy/db/migrate/20140122054321_create_profiles.rb +1 -1
- data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +2 -6
- data/spec/dummy/db/migrate/20140610123439_drop_email_unique_constraint_enju_leaf_rc10.rb +1 -1
- data/spec/dummy/db/migrate/20140628072217_add_user_encoding_to_user_import_file.rb +1 -1
- data/spec/dummy/db/migrate/20140709113413_create_user_export_files.rb +1 -1
- data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +2 -6
- data/spec/dummy/db/migrate/20140720170714_add_default_library_id_to_user_import_file.rb +1 -1
- data/spec/dummy/db/migrate/20140720170735_add_default_user_group_id_to_user_import_file.rb +1 -1
- data/spec/dummy/db/migrate/20140811031145_add_expired_at_to_profile.rb +1 -1
- data/spec/dummy/db/migrate/20140821151023_create_colors.rb +1 -1
- data/spec/dummy/db/migrate/20141003181336_add_full_name_transcription_to_profile.rb +1 -1
- data/spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb +1 -1
- data/spec/dummy/db/migrate/20150221063719_add_settings_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20150506105356_add_error_message_to_user_import_result.rb +1 -1
- data/spec/dummy/db/migrate/20150924115059_create_withdraws.rb +1 -1
- data/spec/dummy/db/migrate/20160610093229_add_html_snippet_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160627232219_add_most_recent_to_user_import_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20160627232316_add_most_recent_to_user_export_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20160813191647_add_max_number_of_results_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160813191733_add_family_name_first_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160813192542_add_pub_year_facet_range_interval_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160813203039_add_user_id_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20170305064014_add_csv_charset_conversion_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20171014084528_add_header_logo_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20171126133835_rename_login_banner_to_old_login_banner.rb +1 -1
- data/spec/dummy/db/migrate/20171126135238_add_foreign_key_to_library_group_id_on_library.rb +1 -1
- data/spec/dummy/db/migrate/20180102162311_add_header_logo_meta_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20180107160726_add_constraints_to_most_recent_for_user_import_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20180107160740_add_constraints_to_most_recent_for_user_export_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20190713114940_add_profile_id_to_user.rb +5 -0
- data/spec/dummy/db/migrate/20190713115451_add_full_name_translations_to_profile.rb +5 -0
- data/spec/dummy/db/migrate/20191216131755_add_email_to_library_group.rb +6 -0
- data/spec/dummy/db/schema.rb +137 -956
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/fixtures/message_request_transitions.yml +3 -3
- data/spec/fixtures/message_requests.yml +6 -7
- data/spec/fixtures/message_templates.yml +3 -3
- data/spec/fixtures/messages.yml +7 -7
- data/spec/models/message_request_spec.rb +6 -7
- data/spec/models/message_spec.rb +7 -7
- data/spec/models/message_template_spec.rb +3 -3
- metadata +14 -284
- data/spec/dummy/db/migrate/001_create_agents.rb +0 -50
- data/spec/dummy/db/migrate/005_create_manifestations.rb +0 -43
- data/spec/dummy/db/migrate/006_create_items.rb +0 -21
- data/spec/dummy/db/migrate/012_create_owns.rb +0 -12
- data/spec/dummy/db/migrate/015_create_creates.rb +0 -12
- data/spec/dummy/db/migrate/047_create_produces.rb +0 -12
- data/spec/dummy/db/migrate/073_create_carrier_types.rb +0 -11
- data/spec/dummy/db/migrate/112_create_frequencies.rb +0 -12
- data/spec/dummy/db/migrate/113_create_events.rb +0 -21
- data/spec/dummy/db/migrate/114_create_event_categories.rb +0 -16
- data/spec/dummy/db/migrate/117_create_form_of_works.rb +0 -12
- data/spec/dummy/db/migrate/125_create_donates.rb +0 -12
- data/spec/dummy/db/migrate/133_create_agent_merges.rb +0 -15
- data/spec/dummy/db/migrate/134_create_agent_merge_lists.rb +0 -13
- data/spec/dummy/db/migrate/20080830154109_create_realizes.rb +0 -13
- data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +0 -13
- data/spec/dummy/db/migrate/20080905191442_create_agent_types.rb +0 -12
- data/spec/dummy/db/migrate/20081025083323_create_countries.rb +0 -28
- data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +0 -15
- data/spec/dummy/db/migrate/20081028083142_create_agent_import_files.rb +0 -20
- data/spec/dummy/db/migrate/20081028083208_create_resource_import_files.rb +0 -20
- data/spec/dummy/db/migrate/20081028093607_create_event_import_files.rb +0 -23
- data/spec/dummy/db/migrate/20090519203307_create_participates.rb +0 -15
- data/spec/dummy/db/migrate/20090705133942_add_attachments_picture_to_picture_file.rb +0 -15
- data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +0 -15
- data/spec/dummy/db/migrate/20090719201843_create_extents.rb +0 -12
- data/spec/dummy/db/migrate/20090720091106_create_medium_of_performances.rb +0 -12
- data/spec/dummy/db/migrate/20090720091429_create_content_types.rb +0 -12
- data/spec/dummy/db/migrate/20090812151902_create_agent_relationship_types.rb +0 -12
- data/spec/dummy/db/migrate/20091012101112_add_dcndl_schema.rb +0 -27
- data/spec/dummy/db/migrate/20091025080447_create_licenses.rb +0 -12
- data/spec/dummy/db/migrate/20091202124834_create_versions.rb +0 -18
- data/spec/dummy/db/migrate/20091214131723_create_series_statements.rb +0 -13
- data/spec/dummy/db/migrate/20100129142347_create_import_requests.rb +0 -14
- data/spec/dummy/db/migrate/20100223121519_rename_series_statement_title_to_original_title.rb +0 -13
- data/spec/dummy/db/migrate/20100321235924_add_series_statement_identifier_to_series_statement.rb +0 -10
- data/spec/dummy/db/migrate/20100525124311_create_manifestation_relationships.rb +0 -13
- data/spec/dummy/db/migrate/20100606073747_create_agent_relationships.rb +0 -13
- data/spec/dummy/db/migrate/20100607044753_create_manifestation_relationship_types.rb +0 -12
- data/spec/dummy/db/migrate/20100814091104_add_position_to_agent_relationship.rb +0 -11
- data/spec/dummy/db/migrate/20100925043847_create_resource_import_results.rb +0 -15
- data/spec/dummy/db/migrate/20100925074559_create_agent_import_results.rb +0 -11
- data/spec/dummy/db/migrate/20100925074639_create_event_import_results.rb +0 -15
- data/spec/dummy/db/migrate/20101212070145_add_acquired_at_to_item.rb +0 -9
- data/spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb +0 -9
- data/spec/dummy/db/migrate/20110301121550_add_birth_date_and_death_date_to_agent.rb +0 -11
- data/spec/dummy/db/migrate/20110603184217_add_edit_mode_to_resource_import_file.rb +0 -9
- data/spec/dummy/db/migrate/20110619064807_add_edition_string_to_manifestation.rb +0 -9
- data/spec/dummy/db/migrate/20110620173525_add_bookstore_id_to_item.rb +0 -11
- data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +0 -9
- data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +0 -12
- data/spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb +0 -13
- data/spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb +0 -10
- data/spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb +0 -9
- data/spec/dummy/db/migrate/20111124110059_create_create_types.rb +0 -12
- data/spec/dummy/db/migrate/20111124110319_create_realize_types.rb +0 -12
- data/spec/dummy/db/migrate/20111124110355_create_produce_types.rb +0 -12
- data/spec/dummy/db/migrate/20111124112131_add_create_type_to_create.rb +0 -7
- data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +0 -6
- data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +0 -6
- data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +0 -6
- data/spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20120413051535_add_event_import_fingerprint_to_event_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413072700_add_picture_meta_to_picture_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413100352_add_fingerprint_to_picture_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413161340_add_fingerprint_to_resource_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413161403_add_fingerprint_to_agent_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413170705_add_error_message_to_resource_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413170720_add_error_message_to_agent_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120413170734_add_error_message_to_event_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20120415060342_rename_event_import_file_imported_at_to_executed_at.rb +0 -9
- data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20120418081407_add_month_of_publication_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20120511072422_add_agent_identifier_to_agent.rb +0 -6
- data/spec/dummy/db/migrate/20120602141129_add_edit_mode_to_agent_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb +0 -7
- data/spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb +0 -5
- data/spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb +0 -6
- data/spec/dummy/db/migrate/20130506175303_create_identifier_types.rb +0 -12
- data/spec/dummy/db/migrate/20130506175834_create_identifiers.rb +0 -15
- data/spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140523171309_create_event_import_file_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140614065404_create_resource_export_files.rb +0 -11
- data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140628071719_add_user_encoding_to_event_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140628073524_add_user_encoding_to_agent_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140628073535_add_user_encoding_to_resource_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140720140916_add_binding_item_identifier_to_item.rb +0 -8
- data/spec/dummy/db/migrate/20140720192418_add_default_library_id_to_event_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140721151416_add_default_shelf_id_to_resource_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140802082007_add_manifestation_id_to_item.rb +0 -6
- data/spec/dummy/db/migrate/20140812152348_create_event_export_files.rb +0 -11
- data/spec/dummy/db/migrate/20140812153137_create_event_export_file_transitions.rb +0 -18
- data/spec/dummy/db/migrate/20140813182425_add_publication_place_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20140814070854_add_default_event_category_id_to_event_import_file.rb +0 -5
- data/spec/dummy/db/migrate/20140817155043_add_extent_of_text_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20140822114527_add_error_message_to_resource_import_result.rb +0 -5
- data/spec/dummy/db/migrate/20140823083524_add_extent_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20140823094847_add_dimensions_to_manifestation.rb +0 -5
- data/spec/dummy/db/migrate/20140823095740_rename_manifestation_periodical_to_serial.rb +0 -9
- data/spec/dummy/db/migrate/20150117111136_add_foreign_key_to_items_referencing_manifestations.rb +0 -5
- data/spec/dummy/db/migrate/20151125004028_add_profile_id_to_agent.rb +0 -6
- data/spec/dummy/db/migrate/20151128142913_create_places.rb +0 -14
- data/spec/dummy/db/migrate/20151201163718_add_place_id_to_event.rb +0 -5
- data/spec/dummy/db/migrate/20151213070943_add_translation_table_to_library_group.rb +0 -26
- data/spec/dummy/db/migrate/20151213072705_add_footer_banner_to_library_group.rb +0 -22
- data/spec/dummy/db/migrate/20160319144230_create_issn_records.rb +0 -11
- data/spec/dummy/db/migrate/20160506144040_create_isbn_records.rb +0 -11
- data/spec/dummy/db/migrate/20160703184258_add_most_recent_to_event_import_file_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160703184311_add_most_recent_to_event_export_file_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160801080612_add_most_recent_to_import_request_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160801080619_add_most_recent_to_resource_import_file_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160801080637_add_most_recent_to_resource_export_file_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160801080643_add_most_recent_to_agent_import_file_transitions.rb +0 -9
- data/spec/dummy/db/migrate/20160811102604_add_picture_width_to_picture_file.rb +0 -6
- data/spec/dummy/db/migrate/20160820004638_add_attachment_attachment_to_carrier_types.rb +0 -11
- data/spec/dummy/db/migrate/20170116134107_create_issn_record_and_manifestations.rb +0 -11
- data/spec/dummy/db/migrate/20170116134120_create_isbn_record_and_manifestations.rb +0 -11
- data/spec/dummy/db/migrate/20171119051258_set_not_null_to_manifestation_id_on_items.rb +0 -5
- data/spec/dummy/db/migrate/20180107161311_add_constraints_to_most_recent_for_agent_import_file_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20180107161331_add_constraints_to_most_recent_for_resource_import_file_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20180107161347_add_constraints_to_most_recent_for_resource_export_file_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20180107161410_add_constraints_to_most_recent_for_import_request_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20180107164558_add_constraints_to_most_recent_for_event_import_file_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20180107164617_add_constraints_to_most_recent_for_event_export_file_transitions.rb +0 -13
- data/spec/dummy/db/migrate/20181030072731_add_not_null_to_position_on_carrier_type.rb +0 -14
- data/spec/dummy/db/migrate/20181030074920_add_not_null_to_position_on_library.rb +0 -14
- data/spec/dummy/db/migrate/20181119170645_add_foreign_key_to_events_referencing_event_categories.rb +0 -5
- data/spec/dummy/db/migrate/20190102034126_create_doi_records.rb +0 -13
- data/spec/dummy/db/migrate/20190208135957_create_active_storage_tables.active_storage.rb +0 -27
- data/spec/dummy/db/migrate/20190630153136_add_display_name_translations_to_event.rb +0 -6
- data/spec/dummy/db/migrate/20190712163038_add_display_name_translations_to_carrier_type.rb +0 -21
- data/spec/fixtures/agents.yml +0 -325
@@ -1,13 +0,0 @@
|
|
1
|
-
class CreateDoiRecords < ActiveRecord::Migration[5.2]
|
2
|
-
def change
|
3
|
-
create_table :doi_records do |t|
|
4
|
-
t.string :body, index: {unique: true}, null: false
|
5
|
-
t.string :display_body, null: false
|
6
|
-
t.string :source
|
7
|
-
t.jsonb :response, default: {}, null: false
|
8
|
-
t.references :manifestation, foreign_key: true, null: false
|
9
|
-
|
10
|
-
t.timestamps
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# This migration comes from active_storage (originally 20170806125915)
|
2
|
-
class CreateActiveStorageTables < ActiveRecord::Migration[5.2]
|
3
|
-
def change
|
4
|
-
create_table :active_storage_blobs do |t|
|
5
|
-
t.string :key, null: false
|
6
|
-
t.string :filename, null: false
|
7
|
-
t.string :content_type
|
8
|
-
t.text :metadata
|
9
|
-
t.bigint :byte_size, null: false
|
10
|
-
t.string :checksum, null: false
|
11
|
-
t.datetime :created_at, null: false
|
12
|
-
|
13
|
-
t.index [ :key ], unique: true
|
14
|
-
end
|
15
|
-
|
16
|
-
create_table :active_storage_attachments do |t|
|
17
|
-
t.string :name, null: false
|
18
|
-
t.references :record, null: false, polymorphic: true, index: false
|
19
|
-
t.references :blob, null: false
|
20
|
-
|
21
|
-
t.datetime :created_at, null: false
|
22
|
-
|
23
|
-
t.index [ :record_type, :record_id, :name, :blob_id ], name: "index_active_storage_attachments_uniqueness", unique: true
|
24
|
-
t.foreign_key :active_storage_blobs, column: :blob_id
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
@@ -1,6 +0,0 @@
|
|
1
|
-
class AddDisplayNameTranslationsToEvent < ActiveRecord::Migration[5.2]
|
2
|
-
def change
|
3
|
-
add_column :event_categories, :display_name_translations, :jsonb, default: {}, null: false
|
4
|
-
add_column :events, :display_name_translations, :jsonb, default: {}, null: false
|
5
|
-
end
|
6
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
class AddDisplayNameTranslationsToCarrierType < ActiveRecord::Migration[5.2]
|
2
|
-
def change
|
3
|
-
[
|
4
|
-
:agent_relationship_types,
|
5
|
-
:agent_types,
|
6
|
-
:carrier_types,
|
7
|
-
:content_types,
|
8
|
-
:create_types,
|
9
|
-
:form_of_works,
|
10
|
-
:frequencies,
|
11
|
-
:languages,
|
12
|
-
:licenses,
|
13
|
-
:manifestation_relationship_types,
|
14
|
-
:medium_of_performances,
|
15
|
-
:produce_types,
|
16
|
-
:realize_types
|
17
|
-
].each do |table|
|
18
|
-
add_column table, :display_name_translations, :jsonb, default: {}, null: false
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
data/spec/fixtures/agents.yml
DELETED
@@ -1,325 +0,0 @@
|
|
1
|
-
---
|
2
|
-
agent_00001:
|
3
|
-
place: ""
|
4
|
-
last_name: Administrator
|
5
|
-
first_name:
|
6
|
-
full_name: Administrator
|
7
|
-
updated_at: 2007-11-21 22:01:56.137409 +09:00
|
8
|
-
other_designation: ""
|
9
|
-
id: 1
|
10
|
-
date_of_birth: 2000-01-01
|
11
|
-
date_of_death:
|
12
|
-
address_1:
|
13
|
-
language_id: 1
|
14
|
-
country_id: 1
|
15
|
-
agent_type_id: 1
|
16
|
-
required_role_id: 1
|
17
|
-
created_at: 2007-11-19 17:06:06.507237 +09:00
|
18
|
-
agent_00002:
|
19
|
-
place: ""
|
20
|
-
last_name: Librarian1
|
21
|
-
first_name:
|
22
|
-
full_name: Librarian1
|
23
|
-
updated_at: 2007-11-21 22:02:10.359793 +09:00
|
24
|
-
other_designation: ""
|
25
|
-
id: 2
|
26
|
-
date_of_birth: 2000-01-01
|
27
|
-
date_of_death:
|
28
|
-
address_1:
|
29
|
-
language_id: 1
|
30
|
-
country_id: 1
|
31
|
-
agent_type_id: 1
|
32
|
-
required_role_id: 4
|
33
|
-
created_at: 2007-11-19 17:06:07.724517 +09:00
|
34
|
-
agent_00003:
|
35
|
-
place:
|
36
|
-
last_name: Kosuke
|
37
|
-
first_name: Tanabe
|
38
|
-
full_name: Kosuke Tanabe
|
39
|
-
updated_at: 2007-12-04 16:25:01.523618 +09:00
|
40
|
-
other_designation:
|
41
|
-
id: 3
|
42
|
-
date_of_birth: 2000-01-01
|
43
|
-
date_of_death:
|
44
|
-
address_1:
|
45
|
-
language_id: 1
|
46
|
-
country_id: 1
|
47
|
-
agent_type_id: 1
|
48
|
-
required_role_id: 3
|
49
|
-
created_at: 2007-12-04 16:25:01.523618 +09:00
|
50
|
-
agent_00004:
|
51
|
-
place:
|
52
|
-
last_name: Librarian2
|
53
|
-
first_name:
|
54
|
-
full_name: Librarian2
|
55
|
-
updated_at: 2007-12-04 16:25:01.785027 +09:00
|
56
|
-
other_designation:
|
57
|
-
id: 4
|
58
|
-
date_of_birth: 2000-01-01
|
59
|
-
date_of_death:
|
60
|
-
address_1:
|
61
|
-
language_id: 1
|
62
|
-
country_id: 1
|
63
|
-
agent_type_id: 1
|
64
|
-
required_role_id: 1
|
65
|
-
created_at: 2007-12-04 16:25:01.785027 +09:00
|
66
|
-
agent_00005:
|
67
|
-
place: ""
|
68
|
-
last_name: User2
|
69
|
-
first_name:
|
70
|
-
full_name: User2
|
71
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
72
|
-
other_designation: ""
|
73
|
-
id: 5
|
74
|
-
date_of_birth: 2000-01-01
|
75
|
-
date_of_death:
|
76
|
-
address_1:
|
77
|
-
language_id: 1
|
78
|
-
country_id: 1
|
79
|
-
agent_type_id: 1
|
80
|
-
required_role_id: 2
|
81
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
82
|
-
agent_00006:
|
83
|
-
place: ""
|
84
|
-
last_name: New agent 1
|
85
|
-
first_name:
|
86
|
-
full_name: New agent 1
|
87
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
88
|
-
other_designation: ""
|
89
|
-
id: 6
|
90
|
-
date_of_birth: 2000-01-01
|
91
|
-
date_of_death:
|
92
|
-
address_1:
|
93
|
-
language_id: 1
|
94
|
-
country_id: 1
|
95
|
-
agent_type_id: 1
|
96
|
-
required_role_id: 1
|
97
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
98
|
-
agent_00007:
|
99
|
-
place: ""
|
100
|
-
last_name: New agent 2
|
101
|
-
first_name:
|
102
|
-
full_name: New agent 2
|
103
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
104
|
-
other_designation: ""
|
105
|
-
id: 7
|
106
|
-
date_of_birth: 2000-01-01
|
107
|
-
date_of_death:
|
108
|
-
address_1:
|
109
|
-
language_id: 1
|
110
|
-
country_id: 1
|
111
|
-
agent_type_id: 1
|
112
|
-
required_role_id: 1
|
113
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
114
|
-
agent_00008:
|
115
|
-
place: ""
|
116
|
-
last_name: New agent 3
|
117
|
-
first_name:
|
118
|
-
full_name: New agent 3
|
119
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
120
|
-
other_designation: ""
|
121
|
-
id: 8
|
122
|
-
date_of_birth: 2000-01-01
|
123
|
-
date_of_death:
|
124
|
-
address_1:
|
125
|
-
language_id: 1
|
126
|
-
country_id: 1
|
127
|
-
agent_type_id: 1
|
128
|
-
required_role_id: 1
|
129
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
130
|
-
agent_00009:
|
131
|
-
place: ""
|
132
|
-
last_name: New agent 4
|
133
|
-
first_name:
|
134
|
-
full_name: New agent 4
|
135
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
136
|
-
other_designation: ""
|
137
|
-
id: 9
|
138
|
-
date_of_birth: 2000-01-01
|
139
|
-
date_of_death:
|
140
|
-
address_1:
|
141
|
-
language_id: 1
|
142
|
-
country_id: 1
|
143
|
-
agent_type_id: 1
|
144
|
-
required_role_id: 1
|
145
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
146
|
-
agent_00010:
|
147
|
-
place: ""
|
148
|
-
last_name: New agent 5
|
149
|
-
first_name:
|
150
|
-
full_name: New agent 5
|
151
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
152
|
-
other_designation: ""
|
153
|
-
id: 10
|
154
|
-
date_of_birth: 2000-01-01
|
155
|
-
date_of_death:
|
156
|
-
address_1:
|
157
|
-
language_id: 1
|
158
|
-
country_id: 1
|
159
|
-
agent_type_id: 1
|
160
|
-
required_role_id: 1
|
161
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
162
|
-
agent_00011:
|
163
|
-
place: ""
|
164
|
-
last_name: User3
|
165
|
-
first_name:
|
166
|
-
full_name: User3
|
167
|
-
updated_at: 2007-11-21 22:02:35.579396 +09:00
|
168
|
-
other_designation: ""
|
169
|
-
id: 11
|
170
|
-
date_of_birth: 2000-01-01
|
171
|
-
date_of_death:
|
172
|
-
address_1:
|
173
|
-
language_id: 1
|
174
|
-
country_id: 1
|
175
|
-
agent_type_id: 1
|
176
|
-
required_role_id: 1
|
177
|
-
created_at: 2007-11-19 17:24:50.153417 +09:00
|
178
|
-
agent_00101:
|
179
|
-
place: ""
|
180
|
-
last_name: テスト名字
|
181
|
-
first_name: テスト名前
|
182
|
-
full_name: テスト正式名称
|
183
|
-
updated_at: 2010-03-03 17:00:00.579396 +09:00
|
184
|
-
other_designation: ""
|
185
|
-
id: 101
|
186
|
-
date_of_birth: 2000-01-01
|
187
|
-
date_of_death:
|
188
|
-
address_1:
|
189
|
-
language_id: 1
|
190
|
-
country_id: 1
|
191
|
-
agent_type_id: 1
|
192
|
-
required_role_id: 1
|
193
|
-
created_at: 2010-03-03 17:00:00.579396 +09:00
|
194
|
-
agent_00102:
|
195
|
-
place: ""
|
196
|
-
last_name:
|
197
|
-
first_name:
|
198
|
-
full_name: 出版社テスト
|
199
|
-
updated_at: 2010-03-03 17:00:00.579396 +09:00
|
200
|
-
other_designation: ""
|
201
|
-
id: 102
|
202
|
-
date_of_birth:
|
203
|
-
date_of_death:
|
204
|
-
address_1:
|
205
|
-
language_id: 1
|
206
|
-
country_id: 1
|
207
|
-
agent_type_id: 1
|
208
|
-
required_role_id: 1
|
209
|
-
created_at: 2010-03-03 17:00:00.579396 +09:00
|
210
|
-
agent_00103:
|
211
|
-
place: ""
|
212
|
-
last_name:
|
213
|
-
first_name:
|
214
|
-
full_name: 作者ダミー
|
215
|
-
updated_at: 2010-03-16 19:00:00.579396 +09:00
|
216
|
-
other_designation: ""
|
217
|
-
id: 103
|
218
|
-
date_of_birth:
|
219
|
-
date_of_death:
|
220
|
-
address_1:
|
221
|
-
language_id: 1
|
222
|
-
country_id: 1
|
223
|
-
agent_type_id: 1
|
224
|
-
required_role_id: 1
|
225
|
-
created_at: 2010-03-16 19:00:00.579396 +09:00
|
226
|
-
agent_00104:
|
227
|
-
place: ""
|
228
|
-
last_name:
|
229
|
-
first_name:
|
230
|
-
full_name: 試験用会社
|
231
|
-
updated_at: 2010-03-16 19:00:00.579396 +09:00
|
232
|
-
other_designation: ""
|
233
|
-
id: 104
|
234
|
-
date_of_birth:
|
235
|
-
date_of_death:
|
236
|
-
address_1:
|
237
|
-
language_id: 1
|
238
|
-
country_id: 1
|
239
|
-
agent_type_id: 1
|
240
|
-
required_role_id: 1
|
241
|
-
created_at: 2010-03-16 19:00:00.579396 +09:00
|
242
|
-
agent_00201:
|
243
|
-
place: ""
|
244
|
-
last_name:
|
245
|
-
first_name:
|
246
|
-
full_name: オーム社
|
247
|
-
updated_at: 2010-03-15 17:00:00.579396 +09:00
|
248
|
-
other_designation: ""
|
249
|
-
id: 201
|
250
|
-
date_of_birth:
|
251
|
-
date_of_death:
|
252
|
-
address_1:
|
253
|
-
language_id: 1
|
254
|
-
country_id: 1
|
255
|
-
agent_type_id: 1
|
256
|
-
required_role_id: 1
|
257
|
-
created_at: 2010-03-15 17:00:00.579396 +09:00
|
258
|
-
agent_00202:
|
259
|
-
place: ""
|
260
|
-
last_name:
|
261
|
-
first_name:
|
262
|
-
full_name: Ruby社
|
263
|
-
updated_at: 2010-03-15 17:00:00.579396 +09:00
|
264
|
-
other_designation: ""
|
265
|
-
id: 202
|
266
|
-
date_of_birth:
|
267
|
-
date_of_death:
|
268
|
-
address_1:
|
269
|
-
language_id: 1
|
270
|
-
country_id: 1
|
271
|
-
agent_type_id: 1
|
272
|
-
required_role_id: 1
|
273
|
-
created_at: 2010-03-15 17:00:00.579396 +09:00
|
274
|
-
|
275
|
-
# == Schema Information
|
276
|
-
#
|
277
|
-
# Table name: agents
|
278
|
-
#
|
279
|
-
# id :uuid not null, primary key
|
280
|
-
# last_name :string
|
281
|
-
# middle_name :string
|
282
|
-
# first_name :string
|
283
|
-
# last_name_transcription :string
|
284
|
-
# middle_name_transcription :string
|
285
|
-
# first_name_transcription :string
|
286
|
-
# corporate_name :string
|
287
|
-
# corporate_name_transcription :string
|
288
|
-
# full_name :string
|
289
|
-
# full_name_transcription :text
|
290
|
-
# full_name_alternative :text
|
291
|
-
# created_at :datetime not null
|
292
|
-
# updated_at :datetime not null
|
293
|
-
# zip_code_1 :string
|
294
|
-
# zip_code_2 :string
|
295
|
-
# address_1 :text
|
296
|
-
# address_2 :text
|
297
|
-
# address_1_note :text
|
298
|
-
# address_2_note :text
|
299
|
-
# telephone_number_1 :string
|
300
|
-
# telephone_number_2 :string
|
301
|
-
# fax_number_1 :string
|
302
|
-
# fax_number_2 :string
|
303
|
-
# other_designation :text
|
304
|
-
# place :text
|
305
|
-
# postal_code :string
|
306
|
-
# street :text
|
307
|
-
# locality :text
|
308
|
-
# region :text
|
309
|
-
# date_of_birth :datetime
|
310
|
-
# date_of_death :datetime
|
311
|
-
# language_id :integer default(1), not null
|
312
|
-
# country_id :integer default(1), not null
|
313
|
-
# agent_type_id :integer default(1), not null
|
314
|
-
# lock_version :integer default(0), not null
|
315
|
-
# note :text
|
316
|
-
# required_role_id :integer default(1), not null
|
317
|
-
# required_score :integer default(0), not null
|
318
|
-
# email :text
|
319
|
-
# url :text
|
320
|
-
# full_name_alternative_transcription :text
|
321
|
-
# birth_date :string
|
322
|
-
# death_date :string
|
323
|
-
# agent_identifier :string
|
324
|
-
# profile_id :uuid
|
325
|
-
#
|