[fix]Return the "statement" attribute (#76)
* [fix]Return the "statement" attribute * [fix]Trigger the forgetting cycle using the end_user_id
This commit is contained in:
@@ -641,6 +641,7 @@ class AccessHistoryManager:
|
||||
n.access_count = $access_count,
|
||||
n.version = $new_version
|
||||
RETURN n.id as id,
|
||||
n.statement as statement,
|
||||
n.activation_value as activation_value,
|
||||
n.access_history as access_history,
|
||||
n.last_access_time as last_access_time,
|
||||
|
||||
Reference in New Issue
Block a user