spec/dummy/db/schema.rb in enju_leaf-1.1.0.rc17 vs spec/dummy/db/schema.rb in enju_leaf-1.1.0.rc18

- 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: 20141014065831) do +ActiveRecord::Schema.define(version: 20150506105356) do create_table "accepts", force: :cascade do |t| t.integer "basket_id" t.integer "item_id" t.integer "librarian_id" @@ -648,10 +648,11 @@ t.datetime "created_at" t.datetime "updated_at" t.text "admin_networks" t.boolean "allow_bookmark_external_url", default: false, null: false t.string "url", default: "http://localhost:3000/" + t.text "settings" end add_index "library_groups", ["short_name"], name: "index_library_groups_on_short_name" create_table "licenses", force: :cascade do |t| @@ -1433,9 +1434,10 @@ t.integer "user_import_file_id" t.integer "user_id" t.text "body" t.datetime "created_at" t.datetime "updated_at" + t.text "error_message" end create_table "user_reserve_stat_transitions", force: :cascade do |t| t.string "to_state" t.text "metadata", default: "{}"