From 3d0c1d600798af49b870e70eb3a4d88aa01f4cfd Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 23 Nov 2016 14:57:29 +0100 Subject: [PATCH] add only on logged users --- Database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database.md b/Database.md index ec968b2..3fc0d21 100644 --- a/Database.md +++ b/Database.md @@ -135,7 +135,7 @@ Assignment table represents exercise assignment in a group. It holds keys of the ## UserAction -Stores information about what routes on api user visited and some additional information about it. +Stores information about what routes on api user visited and some additional information about it. This procedure is applied only on logged users. - _user_ -- which user performed api request - _loggedAt_ -- time when action was performed