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

@@ -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,