mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
rake task reset kills all friend requests
This commit is contained in:
@@ -24,6 +24,7 @@ namespace :db do
|
||||
User.delete_all
|
||||
Friend.delete_all
|
||||
Profile.delete_all
|
||||
FriendRequest.delete_all
|
||||
end
|
||||
|
||||
desc 'Purge and seed the current RAILS_ENV database using information from db/seeds.rb'
|
||||
|
||||
Reference in New Issue
Block a user