Saving snapshots
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE PROCEDURE [session].[ReadStatesBySession]
|
||||
@SessionId [session].[SessionSurrogateKey]
|
||||
AS
|
||||
|
||||
SELECT Id, SessionId, Document
|
||||
FROM [session].[State]
|
||||
WHERE Id = @SessionId;
|
||||
Reference in New Issue
Block a user