Removed skype_public from schema and seeds.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user