spec/dummy/db/schema.rb in enju_subject-0.1.1 vs spec/dummy/db/schema.rb in enju_subject-0.2.0.beta.1
- 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: 20150923173139) do
+ActiveRecord::Schema.define(version: 20150925092505) do
create_table "accepts", force: :cascade do |t|
t.integer "basket_id"
t.integer "item_id"
t.integer "librarian_id"
@@ -226,9 +226,10 @@
t.datetime "updated_at"
t.integer "lft"
t.integer "rgt"
t.integer "manifestation_id"
t.string "url"
+ t.string "label"
end
add_index "classifications", ["category"], name: "index_classifications_on_category"
add_index "classifications", ["classification_type_id"], name: "index_classifications_on_classification_type_id"
add_index "classifications", ["manifestation_id"], name: "index_classifications_on_manifestation_id"