mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
#2448: Update the schema file
This commit is contained in:
parent
8369bf9e96
commit
c9e5f0318d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue