summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorspeasley <s@stephenpeasley.com>2016-07-27 21:14:53 -0600
committerspeasley <s@stephenpeasley.com>2016-07-27 21:14:53 -0600
commitb71d358eb52b4a520cbe5a8e123b81e704e5090b (patch)
treef1affefd600f66f17d994beae8a7bc14594fdea1 /db
parenta90308c674027c11eda416345b37daad54b74525 (diff)
Show N/A when no exercise record exists
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5f53c17..088115f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -62,7 +62,7 @@ ActiveRecord::Schema.define(version: 20160720022923) do
create_table "profiles", id: :uuid, default: -> { "uuid_generate_v4()" }, force: :cascade do |t|
t.uuid "user_id", null: false
- t.integer "gender", default: 0, null: false
+ t.integer "gender", default: 0
t.integer "social_tolerance"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false