mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Fix schema
This commit is contained in:
parent
b049c11542
commit
edb9287bcf
1 changed files with 1 additions and 2 deletions
3
db/schema.rb
generated
3
db/schema.rb
generated
|
|
@ -230,7 +230,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_08_23_125940) do
|
|||
t.datetime "end_at", null: false
|
||||
t.bigint "user_id", null: false
|
||||
t.geometry "original_path", limit: {srid: 0, type: "line_string"}, null: false
|
||||
t.decimal "distance", precision: 8, scale: 2
|
||||
t.integer "distance"
|
||||
t.float "avg_speed"
|
||||
t.integer "duration"
|
||||
t.integer "elevation_gain"
|
||||
|
|
@ -274,7 +274,6 @@ ActiveRecord::Schema[8.0].define(version: 2025_08_23_125940) do
|
|||
t.string "last_sign_in_ip"
|
||||
t.integer "status", default: 0
|
||||
t.datetime "active_until"
|
||||
t.integer "points_count", default: 0, null: false
|
||||
t.index ["email"], name: "index_users_on_email", unique: true
|
||||
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue