This commit is contained in:
Jason Hsu 2019-06-20 07:38:56 -05:00 коммит произвёл Andrew Nesbitt
Родитель fd6c13f196
Коммит 2e67f4cd9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -171,7 +171,7 @@ ActiveRecord::Schema.define(version: 2019_04_06_173231) do
t.string "encrypted_app_token"
t.string "encrypted_app_token_iv"
t.string "theme", default: "light"
t.boolean "display_comments", default: false
t.boolean "display_comments", default: true
t.index ["api_token"], name: "index_users_on_api_token", unique: true
t.index ["github_id"], name: "index_users_on_github_id", unique: true
end