添加项目文件。
This commit is contained in:
8
TightWiki.Repository/Scripts/UpdateProfile.sql
Normal file
8
TightWiki.Repository/Scripts/UpdateProfile.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
UPDATE
|
||||
Profile
|
||||
SET
|
||||
[AccountName] = @AccountName,
|
||||
[Navigation] = @Navigation,
|
||||
[Biography] = @Biography
|
||||
WHERE
|
||||
UserId = @UserId
|
||||
Reference in New Issue
Block a user