add v1.user.log.query message

This commit is contained in:
2021-05-12 18:36:59 +02:00
parent 09cd0a4e4c
commit 88c2c168ac
4 changed files with 28 additions and 47 deletions

View File

@ -5,7 +5,7 @@ CREATE TABLE RisottoLog(
URI VARCHAR(255),
URIS VARCHAR(255),
UserLogin VARCHAR(100) NOT NULL,
Level VARCHAR(10) NOT NULL,
Status INTEGER NOT NULL,
Kwargs JSON,
Returns JSON,
StartDate timestamp DEFAULT current_timestamp,