spec/internal/db/schema.rb in curate-0.5.4 vs spec/internal/db/schema.rb in curate-0.5.5

- 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: 20131111192829) do +ActiveRecord::Schema.define(version: 20131114003140) do create_table "bookmarks", force: true do |t| t.integer "user_id", null: false t.string "document_id" t.string "title" @@ -191,11 +191,11 @@ t.datetime "updated_at" t.boolean "guest", default: false t.string "facebook_handle" t.string "twitter_handle" t.string "googleplus_handle" - t.string "display_name" + t.string "name" t.string "address" t.string "admin_area" t.string "department" t.string "title" t.string "office" @@ -213,9 +213,10 @@ t.boolean "user_does_not_require_profile_update", default: false t.string "repository_id" end add_index "users", ["email"], name: "index_users_on_email", unique: true + add_index "users", ["name"], name: "index_users_on_name" add_index "users", ["repository_id"], name: "index_users_on_repository_id", unique: true add_index "users", ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true create_table "version_committers", force: true do |t| t.string "obj_id"