spec/dummy/db/schema.rb in gettext_simple_rails-0.0.17 vs spec/dummy/db/schema.rb in gettext_simple_rails-0.0.19
- 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: 20140515092420) do
+ActiveRecord::Schema.define(version: 20140816124855) do
create_table "roles", force: true do |t|
t.string "role"
t.integer "user_id"
t.datetime "created_at"
@@ -35,8 +35,11 @@
t.string "name"
t.date "birthday_at"
t.integer "age"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "email"
end
+
+ add_index "users", ["email"], name: "index_users_on_email"
end