VRFS-159 block, spam, ignore friend requests / unit tests

This commit is contained in:
Brian Smith 2012-12-29 09:28:19 -05:00
parent 93a02251ad
commit fe6680a7d9
2 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,4 @@ plays.sql
session_settings.sql
tracks_rename.sql
reset_password.sql
friend_request_changes.sql

View File

@ -0,0 +1,3 @@
alter table friend_requests drop column accepted;
alter table friend_requests add column status varchar(50);
alter table friend_requests add column message varchar(4000);