WIP on action/log
This commit is contained in:
@@ -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?
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user