summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-13 23:28:08 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-13 23:28:08 -0400
commit751462bbedb2e2133b630156527650ebc506d347 (patch)
tree5808a02853e3169bd30a846f31ea14ba85ef164e
parenta6148790da639e4fccdc0638b5f5bf3e1b09b8ee (diff)
Added public_key to schema.
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5849cf5..2f38b71 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -154,6 +154,7 @@ ActiveRecord::Schema.define(version: 20170703003647) do
t.boolean "utc_time", default: false
t.boolean "header_scroll", default: false
t.boolean "dark", default: false
+ t.text "public_key", limit: 65535
end
add_index "users", ["email"], name: "index_users_on_email", unique: true, using: :btree