我滴个乖乖
This commit is contained in:
10
ZelWiki.Repository/Scripts/AnonymizeProfile.sql
Normal file
10
ZelWiki.Repository/Scripts/AnonymizeProfile.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
UPDATE
|
||||
Profile
|
||||
SET
|
||||
AccountName = @StandinName,
|
||||
Navigation = @Navigation,
|
||||
Biography = 'Deleted account.',
|
||||
Avatar = null,
|
||||
ModifiedDate = @ModifiedDate
|
||||
WHERE
|
||||
UserId = @UserId
|
||||
Reference in New Issue
Block a user