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

View File

@@ -33,7 +33,6 @@ deleted_user = User.create!(
role: Role.get(:disabled),
badge: Badge.get(:none),
skype: "echo123",
skype_public: true,
last_ip: "0.0.0.0",
confirmed: true,
last_seen: Time.utc(0).to_datetime,