spec/dummy/db/schema.rb in enju_search_log-0.1.0.pre11 vs spec/dummy/db/schema.rb in enju_search_log-0.1.0.pre12

- 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: 20141003182825) do +ActiveRecord::Schema.define(version: 20150221063719) do create_table "accepts", force: true do |t| t.integer "basket_id" t.integer "item_id" t.integer "librarian_id" @@ -109,9 +109,10 @@ t.integer "position" t.datetime "created_at" t.datetime "updated_at" t.text "admin_networks" 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 "profiles", force: true do |t|