我滴个乖乖
This commit is contained in:
12
ZelWiki.Repository/Scripts/InsertException.sql
Normal file
12
ZelWiki.Repository/Scripts/InsertException.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
INSERT INTO [Exception]
|
||||
(
|
||||
[Text],
|
||||
[ExceptionText],
|
||||
[StackTrace],
|
||||
[CreatedDate]
|
||||
)
|
||||
SELECT
|
||||
@Text,
|
||||
@ExceptionText,
|
||||
@StackTrace,
|
||||
@CreatedDate
|
||||
Reference in New Issue
Block a user