summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-06-07 20:47:28 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2018-06-07 20:47:28 -0400
commit4a49bae011b47aee8303b5b0ca4eda65e1fbaa4d (patch)
treed0c7002d9195bc10016727adcd84a41aeb3a2b2a
parentce8cb6f4ae275c2687be8c0224789e108483fc52 (diff)
Fixed name inconsistency between migration and schema.
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index afd5218..1e4d5f4 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -154,7 +154,7 @@ ActiveRecord::Schema.define(version: 20180606223258) do
t.boolean "header_scroll", default: false
t.boolean "dark", default: false
t.text "public_key", limit: 65535
- t.string "totp_string", limit: 255
+ t.string "totp_secret", limit: 255
t.boolean "totp_enabled", default: false
end