WIP on action/log

This commit is contained in:
2018-07-05 01:01:18 +02:00
parent bee3fd96b5
commit e421731608
4 changed files with 48 additions and 12 deletions

View File

@@ -53,6 +53,7 @@ CREATE TABLE action (
task_id integer, -- Task id (set for task or note related actions).
note_id integer, -- Note id (set for note related actions only).
username text, -- Who added the log message?
action text, -- What type of action ? (updated, created, etc.)
message text, -- Log message.
created_at date -- When log message was added?
);