summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b32988a..9c42e9b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -152,7 +152,6 @@ ActiveRecord::Schema.define(version: 20170707012441) do
t.boolean "header_scroll", default: false
t.boolean "dark", default: false
t.string "mastodon", limit: 191
- t.string "mastodon_instance", limit: 191
end
add_index "users", ["email"], name: "index_users_on_email", unique: true, using: :btree