#2448: Update the schema file

This commit is contained in:
Jyri-Petteri Paloposki 2020-08-07 21:38:16 +03:00
parent 8369bf9e96
commit c9e5f0318d

View file

@ -10,7 +10,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2020_07_20_151220) do ActiveRecord::Schema.define(version: 2020_08_07_175610) do
create_table "attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t| create_table "attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t|
t.integer "todo_id" t.integer "todo_id"
@ -221,6 +221,8 @@ ActiveRecord::Schema.define(version: 2020_07_20_151220) do
t.string "remember_token" t.string "remember_token"
t.datetime "remember_token_expires_at" t.datetime "remember_token_expires_at"
t.string "email" t.string "email"
t.datetime "created_at"
t.datetime "updated_at"
t.index ["login"], name: "index_users_on_login" t.index ["login"], name: "index_users_on_login"
end end