Removed skype_public from schema and seeds.

This commit is contained in:
Logan Fick
2017-10-12 20:18:09 -04:00
parent 611c52223a
commit da2e66d0b8
2 changed files with 0 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ ActiveRecord::Schema.define(version: 20170703003647) do
t.text "about", limit: 65535
t.string "last_ip", limit: 255
t.string "skype", limit: 255
t.boolean "skype_public", default: false
t.string "youtube", limit: 255
t.string "youtube_channelname", limit: 255
t.string "twitter", limit: 255