添加项目文件。
This commit is contained in:
14
TightWiki.Repository/Scripts/InsertPageFile.sql
Normal file
14
TightWiki.Repository/Scripts/InsertPageFile.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
INSERT INTO [PageFile]
|
||||
(
|
||||
[PageId],
|
||||
[Name],
|
||||
[Navigation],
|
||||
[CreatedDate],
|
||||
[Revision]
|
||||
)
|
||||
SELECT
|
||||
@PageId,
|
||||
@Name,
|
||||
@FileNavigation,
|
||||
@CreatedDate,
|
||||
0
|
||||
Reference in New Issue
Block a user