添加项目文件。
This commit is contained in:
9
TightWiki.Repository/Scripts/UpdateMenuItemById.sql
Normal file
9
TightWiki.Repository/Scripts/UpdateMenuItemById.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
UPDATE
|
||||
MenuItem
|
||||
SET
|
||||
Id = @Id,
|
||||
Name = @Name,
|
||||
Link = @Link,
|
||||
Ordinal = @Ordinal
|
||||
WHERE
|
||||
Id = @Id
|
||||
Reference in New Issue
Block a user