spec/dummy/db/schema.rb in enju_subject-0.1.0.pre28 vs spec/dummy/db/schema.rb in enju_subject-0.1.0.pre29
- old
+ new
@@ -9,11 +9,11 @@
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140813182425) do
+ActiveRecord::Schema.define(version: 20141003182825) do
create_table "accepts", force: true do |t|
t.integer "basket_id"
t.integer "item_id"
t.integer "librarian_id"
@@ -508,11 +508,10 @@
t.datetime "updated_at"
t.datetime "deleted_at"
t.string "access_address"
t.integer "language_id", default: 1, null: false
t.integer "carrier_type_id", default: 1, null: false
- t.integer "extent_id", default: 1, null: false
t.integer "start_page"
t.integer "end_page"
t.integer "height"
t.integer "width"
t.integer "depth"
@@ -550,13 +549,15 @@
t.integer "year_of_publication"
t.text "attachment_meta"
t.integer "month_of_publication"
t.boolean "fulltext_content"
t.string "doi"
- t.boolean "periodical"
+ t.boolean "serial"
t.text "statement_of_responsibility"
t.text "publication_place"
+ t.text "extent"
+ t.text "dimensions"
end
add_index "manifestations", ["access_address"], name: "index_manifestations_on_access_address"
add_index "manifestations", ["date_of_publication"], name: "index_manifestations_on_date_of_publication"
add_index "manifestations", ["doi"], name: "index_manifestations_on_doi"
@@ -634,10 +635,12 @@
t.text "keyword_list"
t.integer "required_role_id"
t.datetime "created_at"
t.datetime "updated_at"
t.datetime "expired_at"
+ t.text "full_name_transcription"
+ t.datetime "date_of_birth"
end
add_index "profiles", ["user_id"], name: "index_profiles_on_user_id"
add_index "profiles", ["user_number"], name: "index_profiles_on_user_number", unique: true
@@ -743,9 +746,10 @@
t.integer "manifestation_id"
t.integer "item_id"
t.text "body"
t.datetime "created_at"
t.datetime "updated_at"
+ t.text "error_message"
end
add_index "resource_import_results", ["item_id"], name: "index_resource_import_results_on_item_id"
add_index "resource_import_results", ["manifestation_id"], name: "index_resource_import_results_on_manifestation_id"
add_index "resource_import_results", ["resource_import_file_id"], name: "index_resource_import_results_on_resource_import_file_id"