enju_manifestation_viewer 0.1.0.pre12 → 0.1.0.pre13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/enju_manifestation_viewer/version.rb +1 -1
- data/spec/dummy/app/models/user.rb +8 -0
- data/spec/dummy/config/initializers/devise.rb +207 -0
- data/spec/dummy/db/migrate/001_create_agents.rb +53 -0
- data/spec/dummy/db/migrate/005_create_manifestations.rb +6 -7
- data/spec/dummy/db/migrate/006_create_items.rb +24 -0
- data/spec/dummy/db/migrate/012_create_owns.rb +12 -0
- data/spec/dummy/db/migrate/015_create_creates.rb +12 -0
- data/spec/dummy/db/migrate/029_create_subjects.rb +27 -0
- data/spec/dummy/db/migrate/047_create_produces.rb +12 -0
- data/spec/dummy/db/migrate/073_create_carrier_types.rb +11 -0
- data/spec/dummy/db/migrate/112_create_frequencies.rb +12 -0
- data/spec/dummy/db/migrate/117_create_form_of_works.rb +12 -0
- data/spec/dummy/db/migrate/125_create_donates.rb +12 -0
- data/spec/dummy/db/migrate/142_create_classifications.rb +19 -0
- data/spec/dummy/db/migrate/143_create_subject_has_classifications.rb +16 -0
- data/spec/dummy/db/migrate/144_create_classification_types.rb +16 -0
- data/spec/dummy/db/migrate/145_create_subject_heading_types.rb +16 -0
- data/spec/dummy/db/migrate/146_create_subject_types.rb +16 -0
- data/spec/dummy/db/migrate/20080606052544_create_work_has_subjects.rb +18 -0
- data/spec/dummy/db/migrate/20080830154109_create_realizes.rb +13 -0
- data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +13 -0
- data/spec/dummy/db/migrate/20080905191442_create_agent_types.rb +12 -0
- data/spec/dummy/db/migrate/20081025083323_create_countries.rb +28 -0
- data/spec/dummy/db/migrate/20081025083905_create_languages.rb +23 -0
- data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +15 -0
- data/spec/dummy/db/migrate/20081028083142_create_agent_import_files.rb +22 -0
- data/spec/dummy/db/migrate/20081028083208_create_resource_import_files.rb +22 -0
- data/spec/dummy/db/migrate/20090208044541_create_subject_heading_type_has_subjects.rb +16 -0
- data/spec/dummy/db/migrate/20090705133942_add_attachments_picture_to_picture_file.rb +15 -0
- data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +15 -0
- data/spec/dummy/db/migrate/20090719201843_create_extents.rb +12 -0
- data/spec/dummy/db/migrate/20090720091106_create_medium_of_performances.rb +12 -0
- data/spec/dummy/db/migrate/20090720091429_create_content_types.rb +12 -0
- data/spec/dummy/db/migrate/20090812151902_create_agent_relationship_types.rb +12 -0
- data/spec/dummy/db/migrate/20091012101112_add_dcndl_schema.rb +27 -0
- data/spec/dummy/db/migrate/20091025080447_create_licenses.rb +12 -0
- data/spec/dummy/db/migrate/20091202124834_create_versions.rb +18 -0
- data/spec/dummy/db/migrate/20091214131723_create_series_statements.rb +13 -0
- data/spec/dummy/db/migrate/20100129142347_create_import_requests.rb +15 -0
- data/spec/dummy/db/migrate/20100223121519_rename_series_statement_title_to_original_title.rb +13 -0
- data/spec/dummy/db/migrate/20100321235924_add_series_statement_identifier_to_series_statement.rb +10 -0
- data/spec/dummy/db/migrate/20100525124311_create_manifestation_relationships.rb +13 -0
- data/spec/dummy/db/migrate/20100606073747_create_agent_relationships.rb +13 -0
- data/spec/dummy/db/migrate/20100607044753_create_manifestation_relationship_types.rb +12 -0
- data/spec/dummy/db/migrate/20100814091104_add_position_to_agent_relationship.rb +11 -0
- data/spec/dummy/db/migrate/20100925043847_create_resource_import_results.rb +15 -0
- data/spec/dummy/db/migrate/20100925074559_create_agent_import_results.rb +12 -0
- data/spec/dummy/db/migrate/20101212070145_add_acquired_at_to_item.rb +9 -0
- data/spec/dummy/db/migrate/20110301121550_add_birth_date_and_death_date_to_agent.rb +11 -0
- data/spec/dummy/db/migrate/20110425133109_add_issn_to_series_statement.rb +9 -0
- data/spec/dummy/db/migrate/20110603184217_add_edit_mode_to_resource_import_file.rb +9 -0
- data/spec/dummy/db/migrate/20110618091240_add_periodical_to_series_statement.rb +9 -0
- data/spec/dummy/db/migrate/20110619064807_add_edition_string_to_manifestation.rb +9 -0
- data/spec/dummy/db/migrate/20110620173525_add_bookstore_id_to_item.rb +11 -0
- data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +9 -0
- data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +12 -0
- data/spec/dummy/db/migrate/20110820131417_create_series_has_manifestations.rb +13 -0
- data/spec/dummy/db/migrate/20110913120629_add_lft_and_rgt_to_classification.rb +11 -0
- data/spec/dummy/db/migrate/20110916053430_rename_manifestation_number_list_to_number_string.rb +13 -0
- data/spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb +10 -0
- data/spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb +9 -0
- data/spec/dummy/db/migrate/20111009183423_add_ndc_to_manifestation.rb +9 -0
- data/spec/dummy/db/migrate/20111124110059_create_create_types.rb +12 -0
- data/spec/dummy/db/migrate/20111124110319_create_realize_types.rb +12 -0
- data/spec/dummy/db/migrate/20111124110355_create_produce_types.rb +12 -0
- data/spec/dummy/db/migrate/20111124112131_add_create_type_to_create.rb +7 -0
- data/spec/dummy/db/migrate/20111201121844_create_roles.rb +12 -0
- data/spec/dummy/db/migrate/20111201155456_create_users.rb +13 -0
- data/spec/dummy/db/migrate/20111201155513_add_devise_to_users.rb +52 -0
- data/spec/dummy/db/migrate/20111201163718_create_user_has_roles.rb +10 -0
- data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +6 -0
- data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +6 -0
- data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +6 -0
- data/spec/dummy/db/migrate/20120406020752_add_url_to_subject.rb +5 -0
- data/spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20120413072700_add_picture_meta_to_picture_file.rb +5 -0
- data/spec/dummy/db/migrate/20120413100352_add_fingerprint_to_picture_file.rb +5 -0
- data/spec/dummy/db/migrate/20120413161340_add_fingerprint_to_resource_import_file.rb +5 -0
- data/spec/dummy/db/migrate/20120413161403_add_fingerprint_to_agent_import_file.rb +5 -0
- data/spec/dummy/db/migrate/20120413170705_add_error_message_to_resource_import_file.rb +5 -0
- data/spec/dummy/db/migrate/20120413170720_add_error_message_to_agent_import_file.rb +5 -0
- data/spec/dummy/db/migrate/20120415060308_rename_resource_import_file_imported_at_to_executed_at.rb +9 -0
- data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20120418081407_add_month_of_publication_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20120511072422_add_agent_identifier_to_agent.rb +6 -0
- data/spec/dummy/db/migrate/20120602141129_add_edit_mode_to_agent_import_file.rb +5 -0
- data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +6 -0
- data/spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb +7 -0
- data/spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb +5 -0
- data/spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb +6 -0
- data/spec/dummy/db/migrate/20130504133816_add_manifestation_id_to_subject.rb +6 -0
- data/spec/dummy/db/migrate/20130504143515_add_manifestation_id_to_classification.rb +6 -0
- data/spec/dummy/db/migrate/20130504195916_add_subject_heading_type_id_to_subject.rb +5 -0
- data/spec/dummy/db/migrate/20130506175834_create_identifiers.rb +1 -0
- data/spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb +5 -0
- data/spec/dummy/db/schema.rb +676 -15
- data/spec/dummy/db/test.sqlite3 +0 -0
- metadata +196 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d871556f7cd178e2159fcd987227b2f1f9dc4eb9
|
4
|
+
data.tar.gz: 8cbf2431211d8cbc7ab5b9a402c9a02411e98f41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e890dece9f7e3857a28b7671a8935e5f9e128cec04e7583dad6d771aebefab17b5d870281d0297459cd896b409c27ad3e88c68b527c96450cdd61df41d15292
|
7
|
+
data.tar.gz: 14d49741da461a8dd3392f79b4abaa16bbd439a84d4b068aa5f42e5d7fb677de50ad0b2644161b43a3c98f61f79cf143254ace63ee12224e9e65d64691183e44
|
@@ -0,0 +1,207 @@
|
|
1
|
+
# Use this hook to configure devise mailer, warden hooks and so forth.
|
2
|
+
# Many of these configuration options can be set straight in your model.
|
3
|
+
Devise.setup do |config|
|
4
|
+
config.secret_key = 'c692775b6661fc94814e6793256d06168e16fbaa1c80adad1ee3e3d668ae29a0a7ad1b7f3969072a1dade35423fb3e385429578a871fb99147b7c1ee5532dc25'
|
5
|
+
|
6
|
+
# ==> Mailer Configuration
|
7
|
+
# Configure the e-mail address which will be shown in Devise::Mailer,
|
8
|
+
# note that it will be overwritten if you use your own mailer class with default "from" parameter.
|
9
|
+
config.mailer_sender = "please-change-me-at-config-initializers-devise@example.com"
|
10
|
+
|
11
|
+
# Configure the class responsible to send e-mails.
|
12
|
+
# config.mailer = "Devise::Mailer"
|
13
|
+
|
14
|
+
# ==> ORM configuration
|
15
|
+
# Load and configure the ORM. Supports :active_record (default) and
|
16
|
+
# :mongoid (bson_ext recommended) by default. Other ORMs may be
|
17
|
+
# available as additional gems.
|
18
|
+
require 'devise/orm/active_record'
|
19
|
+
|
20
|
+
# ==> Configuration for any authentication mechanism
|
21
|
+
# Configure which keys are used when authenticating a user. The default is
|
22
|
+
# just :email. You can configure it to use [:username, :subdomain], so for
|
23
|
+
# authenticating a user, both parameters are required. Remember that those
|
24
|
+
# parameters are used only when authenticating and not when retrieving from
|
25
|
+
# session. If you need permissions, you should implement that in a before filter.
|
26
|
+
# You can also supply a hash where the value is a boolean determining whether
|
27
|
+
# or not authentication should be aborted when the value is not present.
|
28
|
+
# config.authentication_keys = [ :email ]
|
29
|
+
|
30
|
+
# Configure parameters from the request object used for authentication. Each entry
|
31
|
+
# given should be a request method and it will automatically be passed to the
|
32
|
+
# find_for_authentication method and considered in your model lookup. For instance,
|
33
|
+
# if you set :request_keys to [:subdomain], :subdomain will be used on authentication.
|
34
|
+
# The same considerations mentioned for authentication_keys also apply to request_keys.
|
35
|
+
# config.request_keys = []
|
36
|
+
|
37
|
+
# Configure which authentication keys should be case-insensitive.
|
38
|
+
# These keys will be downcased upon creating or modifying a user and when used
|
39
|
+
# to authenticate or find a user. Default is :email.
|
40
|
+
config.case_insensitive_keys = [ :email ]
|
41
|
+
|
42
|
+
# Configure which authentication keys should have whitespace stripped.
|
43
|
+
# These keys will have whitespace before and after removed upon creating or
|
44
|
+
# modifying a user and when used to authenticate or find a user. Default is :email.
|
45
|
+
config.strip_whitespace_keys = [ :email ]
|
46
|
+
|
47
|
+
# Tell if authentication through request.params is enabled. True by default.
|
48
|
+
# config.params_authenticatable = true
|
49
|
+
|
50
|
+
# Tell if authentication through HTTP Basic Auth is enabled. False by default.
|
51
|
+
# config.http_authenticatable = false
|
52
|
+
|
53
|
+
# If http headers should be returned for AJAX requests. True by default.
|
54
|
+
# config.http_authenticatable_on_xhr = true
|
55
|
+
|
56
|
+
# The realm used in Http Basic Authentication. "Application" by default.
|
57
|
+
# config.http_authentication_realm = "Application"
|
58
|
+
|
59
|
+
# It will change confirmation, password recovery and other workflows
|
60
|
+
# to behave the same regardless if the e-mail provided was right or wrong.
|
61
|
+
# Does not affect registerable.
|
62
|
+
# config.paranoid = true
|
63
|
+
|
64
|
+
# ==> Configuration for :database_authenticatable
|
65
|
+
# For bcrypt, this is the cost for hashing the password and defaults to 10. If
|
66
|
+
# using other encryptors, it sets how many times you want the password re-encrypted.
|
67
|
+
#
|
68
|
+
# Limiting the stretches to just one in testing will increase the performance of
|
69
|
+
# your test suite dramatically. However, it is STRONGLY RECOMMENDED to not use
|
70
|
+
# a value less than 10 in other environments.
|
71
|
+
config.stretches = Rails.env.test? ? 1 : 10
|
72
|
+
|
73
|
+
# Setup a pepper to generate the encrypted password.
|
74
|
+
# config.pepper = "3125870d8e124367f0d9acbd3ea99f180abc4deede5a2c7b449169713dc3cb6a1ef7518e823bcd208650c4d4da3a6894e07da1c527ba411820d6571c445c8c71"
|
75
|
+
|
76
|
+
# ==> Configuration for :confirmable
|
77
|
+
# A period that the user is allowed to access the website even without
|
78
|
+
# confirming his account. For instance, if set to 2.days, the user will be
|
79
|
+
# able to access the website for two days without confirming his account,
|
80
|
+
# access will be blocked just in the third day. Default is 0.days, meaning
|
81
|
+
# the user cannot access the website without confirming his account.
|
82
|
+
# config.confirm_within = 2.days
|
83
|
+
|
84
|
+
# Defines which key will be used when confirming an account
|
85
|
+
# config.confirmation_keys = [ :email ]
|
86
|
+
|
87
|
+
# ==> Configuration for :rememberable
|
88
|
+
# The time the user will be remembered without asking for credentials again.
|
89
|
+
# config.remember_for = 2.weeks
|
90
|
+
|
91
|
+
# If true, a valid remember token can be re-used between multiple browsers.
|
92
|
+
# config.remember_across_browsers = true
|
93
|
+
|
94
|
+
# If true, extends the user's remember period when remembered via cookie.
|
95
|
+
# config.extend_remember_period = false
|
96
|
+
|
97
|
+
# Options to be passed to the created cookie. For instance, you can set
|
98
|
+
# :secure => true in order to force SSL only cookies.
|
99
|
+
# config.cookie_options = {}
|
100
|
+
|
101
|
+
# ==> Configuration for :validatable
|
102
|
+
# Range for password length. Default is 6..128.
|
103
|
+
# config.password_length = 6..128
|
104
|
+
|
105
|
+
# Email regex used to validate email formats. It simply asserts that
|
106
|
+
# an one (and only one) @ exists in the given string. This is mainly
|
107
|
+
# to give user feedback and not to assert the e-mail validity.
|
108
|
+
# config.email_regexp = /\A[^@]+@[^@]+\z/
|
109
|
+
|
110
|
+
# ==> Configuration for :timeoutable
|
111
|
+
# The time you want to timeout the user session without activity. After this
|
112
|
+
# time the user will be asked for credentials again. Default is 30 minutes.
|
113
|
+
# config.timeout_in = 30.minutes
|
114
|
+
|
115
|
+
# ==> Configuration for :lockable
|
116
|
+
# Defines which strategy will be used to lock an account.
|
117
|
+
# :failed_attempts = Locks an account after a number of failed attempts to sign in.
|
118
|
+
# :none = No lock strategy. You should handle locking by yourself.
|
119
|
+
# config.lock_strategy = :failed_attempts
|
120
|
+
|
121
|
+
# Defines which key will be used when locking and unlocking an account
|
122
|
+
# config.unlock_keys = [ :email ]
|
123
|
+
|
124
|
+
# Defines which strategy will be used to unlock an account.
|
125
|
+
# :email = Sends an unlock link to the user email
|
126
|
+
# :time = Re-enables login after a certain amount of time (see :unlock_in below)
|
127
|
+
# :both = Enables both strategies
|
128
|
+
# :none = No unlock strategy. You should handle unlocking by yourself.
|
129
|
+
# config.unlock_strategy = :both
|
130
|
+
|
131
|
+
# Number of authentication tries before locking an account if lock_strategy
|
132
|
+
# is failed attempts.
|
133
|
+
# config.maximum_attempts = 20
|
134
|
+
|
135
|
+
# Time interval to unlock the account if :time is enabled as unlock_strategy.
|
136
|
+
# config.unlock_in = 1.hour
|
137
|
+
|
138
|
+
# ==> Configuration for :recoverable
|
139
|
+
#
|
140
|
+
# Defines which key will be used when recovering the password for an account
|
141
|
+
# config.reset_password_keys = [ :email ]
|
142
|
+
|
143
|
+
# Time interval you can reset your password with a reset password key.
|
144
|
+
# Don't put a too small interval or your users won't have the time to
|
145
|
+
# change their passwords.
|
146
|
+
config.reset_password_within = 2.hours
|
147
|
+
|
148
|
+
# ==> Configuration for :encryptable
|
149
|
+
# Allow you to use another encryption algorithm besides bcrypt (default). You can use
|
150
|
+
# :sha1, :sha512 or encryptors from others authentication tools as :clearance_sha1,
|
151
|
+
# :authlogic_sha512 (then you should set stretches above to 20 for default behavior)
|
152
|
+
# and :restful_authentication_sha1 (then you should set stretches to 10, and copy
|
153
|
+
# REST_AUTH_SITE_KEY to pepper)
|
154
|
+
# config.encryptor = :sha512
|
155
|
+
|
156
|
+
# ==> Configuration for :token_authenticatable
|
157
|
+
# Defines name of the authentication token params key
|
158
|
+
# config.token_authentication_key = :auth_token
|
159
|
+
|
160
|
+
# If true, authentication through token does not store user in session and needs
|
161
|
+
# to be supplied on each request. Useful if you are using the token as API token.
|
162
|
+
# config.stateless_token = false
|
163
|
+
|
164
|
+
# ==> Scopes configuration
|
165
|
+
# Turn scoped views on. Before rendering "sessions/new", it will first check for
|
166
|
+
# "users/sessions/new". It's turned off by default because it's slower if you
|
167
|
+
# are using only default views.
|
168
|
+
# config.scoped_views = false
|
169
|
+
|
170
|
+
# Configure the default scope given to Warden. By default it's the first
|
171
|
+
# devise role declared in your routes (usually :user).
|
172
|
+
# config.default_scope = :user
|
173
|
+
|
174
|
+
# Configure sign_out behavior.
|
175
|
+
# Sign_out action can be scoped (i.e. /users/sign_out affects only :user scope).
|
176
|
+
# The default is true, which means any logout action will sign out all active scopes.
|
177
|
+
# config.sign_out_all_scopes = true
|
178
|
+
|
179
|
+
# ==> Navigation configuration
|
180
|
+
# Lists the formats that should be treated as navigational. Formats like
|
181
|
+
# :html, should redirect to the sign in page when the user does not have
|
182
|
+
# access, but formats like :xml or :json, should return 401.
|
183
|
+
#
|
184
|
+
# If you have any extra navigational formats, like :iphone or :mobile, you
|
185
|
+
# should add them to the navigational formats lists.
|
186
|
+
#
|
187
|
+
# The :"*/*" and "*/*" formats below is required to match Internet
|
188
|
+
# Explorer requests.
|
189
|
+
# config.navigational_formats = [:"*/*", "*/*", :html]
|
190
|
+
|
191
|
+
# The default HTTP method used to sign out a resource. Default is :delete.
|
192
|
+
config.sign_out_via = :delete
|
193
|
+
|
194
|
+
# ==> OmniAuth
|
195
|
+
# Add a new OmniAuth provider. Check the wiki for more information on setting
|
196
|
+
# up on your models and hooks.
|
197
|
+
# config.omniauth :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
|
198
|
+
|
199
|
+
# ==> Warden configuration
|
200
|
+
# If you want to use other strategies, that are not supported by Devise, or
|
201
|
+
# change the failure app, you can configure them inside the config.warden block.
|
202
|
+
#
|
203
|
+
# config.warden do |manager|
|
204
|
+
# manager.intercept_401 = false
|
205
|
+
# manager.default_strategies(:scope => :user).unshift :some_external_strategy
|
206
|
+
# end
|
207
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
class CreateAgents < ActiveRecord::Migration
|
2
|
+
def change
|
3
|
+
create_table :agents do |t|
|
4
|
+
t.integer :user_id
|
5
|
+
t.string :last_name
|
6
|
+
t.string :middle_name
|
7
|
+
t.string :first_name
|
8
|
+
t.string :last_name_transcription
|
9
|
+
t.string :middle_name_transcription
|
10
|
+
t.string :first_name_transcription
|
11
|
+
t.string :corporate_name
|
12
|
+
t.string :corporate_name_transcription
|
13
|
+
t.string :full_name
|
14
|
+
t.text :full_name_transcription
|
15
|
+
t.text :full_name_alternative
|
16
|
+
t.timestamps
|
17
|
+
t.datetime :deleted_at
|
18
|
+
t.string :zip_code_1
|
19
|
+
t.string :zip_code_2
|
20
|
+
t.text :address_1
|
21
|
+
t.text :address_2
|
22
|
+
t.text :address_1_note
|
23
|
+
t.text :address_2_note
|
24
|
+
t.string :telephone_number_1
|
25
|
+
t.string :telephone_number_2
|
26
|
+
t.string :fax_number_1
|
27
|
+
t.string :fax_number_2
|
28
|
+
t.text :other_designation
|
29
|
+
t.text :place
|
30
|
+
t.string :postal_code
|
31
|
+
t.text :street
|
32
|
+
t.text :locality
|
33
|
+
t.text :region
|
34
|
+
t.datetime :date_of_birth
|
35
|
+
t.datetime :date_of_death
|
36
|
+
t.integer :language_id, :default => 1, :null => false
|
37
|
+
t.integer :country_id, :default => 1, :null => false
|
38
|
+
t.integer :agent_type_id, :default => 1, :null => false
|
39
|
+
t.integer :lock_version, :default => 0, :null => false
|
40
|
+
t.text :note
|
41
|
+
t.integer :required_role_id, :default => 1, :null => false
|
42
|
+
t.integer :required_score, :default => 0, :null => false
|
43
|
+
t.string :state
|
44
|
+
t.text :email
|
45
|
+
t.text :url
|
46
|
+
end
|
47
|
+
add_index :agents, :user_id, :unique => true
|
48
|
+
add_index :agents, :language_id
|
49
|
+
add_index :agents, :country_id
|
50
|
+
add_index :agents, :required_role_id
|
51
|
+
add_index :agents, :full_name
|
52
|
+
end
|
53
|
+
end
|
@@ -21,9 +21,9 @@ class CreateManifestations < ActiveRecord::Migration
|
|
21
21
|
t.integer :depth
|
22
22
|
t.integer :price # TODO: 通貨単位
|
23
23
|
t.text :fulltext
|
24
|
-
t.string :
|
25
|
-
t.string :
|
26
|
-
t.string :
|
24
|
+
t.string :volume_number_list
|
25
|
+
t.string :issue_number_list
|
26
|
+
t.string :serial_number_list
|
27
27
|
t.integer :edition
|
28
28
|
t.text :note
|
29
29
|
t.boolean :repository_content, :default => false, :null => false
|
@@ -34,12 +34,11 @@ class CreateManifestations < ActiveRecord::Migration
|
|
34
34
|
t.integer :frequency_id, :default => 1, :null => false
|
35
35
|
t.boolean :subscription_master, :default => false, :null => false
|
36
36
|
end
|
37
|
-
|
38
|
-
|
37
|
+
add_index :manifestations, :carrier_type_id
|
38
|
+
add_index :manifestations, :required_role_id
|
39
39
|
add_index :manifestations, :access_address
|
40
|
-
|
40
|
+
add_index :manifestations, :frequency_id
|
41
41
|
add_index :manifestations, :manifestation_identifier
|
42
42
|
add_index :manifestations, :updated_at
|
43
|
-
add_index :manifestations, :date_of_publication
|
44
43
|
end
|
45
44
|
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
class CreateItems < ActiveRecord::Migration
|
2
|
+
def change
|
3
|
+
create_table :items do |t|
|
4
|
+
#t.integer :manifestation_id
|
5
|
+
t.string :call_number
|
6
|
+
t.string :item_identifier
|
7
|
+
t.timestamps
|
8
|
+
t.datetime :deleted_at
|
9
|
+
t.integer :shelf_id, :default => 1, :null => false
|
10
|
+
t.boolean :include_supplements, :default => false, :null => false
|
11
|
+
t.text :note
|
12
|
+
t.string :url
|
13
|
+
t.integer :price
|
14
|
+
t.integer :lock_version, :default => 0, :null => false
|
15
|
+
t.integer :required_role_id, :default => 1, :null => false
|
16
|
+
t.string :state
|
17
|
+
t.integer :required_score, :default => 0, :null => false
|
18
|
+
end
|
19
|
+
#add_index :items, :manifestation_id
|
20
|
+
add_index :items, :shelf_id
|
21
|
+
add_index :items, :item_identifier
|
22
|
+
add_index :items, :required_role_id
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
class CreateOwns < ActiveRecord::Migration
|
2
|
+
def change
|
3
|
+
create_table :owns do |t|
|
4
|
+
t.references :agent, :null => false
|
5
|
+
t.references :item, :null => false
|
6
|
+
t.integer :position
|
7
|
+
t.timestamps
|
8
|
+
end
|
9
|
+
add_index :owns, :agent_id
|
10
|
+
add_index :owns, :item_id
|
11
|
+
end
|
12
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
class CreateCreates < ActiveRecord::Migration
|
2
|
+
def change
|
3
|
+
create_table :creates do |t|
|
4
|
+
t.references :agent, :null => false
|
5
|
+
t.references :work, :null => false
|
6
|
+
t.integer :position
|
7
|
+
t.timestamps
|
8
|
+
end
|
9
|
+
add_index :creates, :agent_id
|
10
|
+
add_index :creates, :work_id
|
11
|
+
end
|
12
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
class CreateSubjects < ActiveRecord::Migration
|
2
|
+
def self.up
|
3
|
+
create_table :subjects do |t|
|
4
|
+
t.integer :parent_id
|
5
|
+
t.integer :use_term_id
|
6
|
+
t.string :term
|
7
|
+
t.text :term_transcription
|
8
|
+
t.integer :subject_type_id, :null => false
|
9
|
+
t.text :scope_note
|
10
|
+
t.text :note
|
11
|
+
t.integer :required_role_id, :default => 1, :null => false
|
12
|
+
t.integer :lock_version, :default => 0, :null => false
|
13
|
+
t.datetime :created_at
|
14
|
+
t.datetime :updated_at
|
15
|
+
t.datetime :deleted_at
|
16
|
+
end
|
17
|
+
add_index :subjects, :term
|
18
|
+
add_index :subjects, :parent_id
|
19
|
+
add_index :subjects, :use_term_id
|
20
|
+
add_index :subjects, :subject_type_id
|
21
|
+
add_index :subjects, :required_role_id
|
22
|
+
end
|
23
|
+
|
24
|
+
def self.down
|
25
|
+
drop_table :subjects
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
class CreateProduces < ActiveRecord::Migration
|
2
|
+
def change
|
3
|
+
create_table :produces do |t|
|
4
|
+
t.references :agent, :null => false
|
5
|
+
t.references :manifestation, :null => false
|
6
|
+
t.integer :position
|
7
|
+
t.timestamps
|
8
|
+
end
|
9
|
+
add_index :produces, :agent_id
|
10
|
+
add_index :produces, :manifestation_id
|
11
|
+
end
|
12
|
+
end
|