server icon indicating copy to clipboard operation
server copied to clipboard

[ENHANCEMENT] datetime of first creation of HashList

Open rixvet opened this issue 3 years ago • 0 comments

When doing maintenance or statistics (via API/UI) it's useful to know when a hashlist is first created.

This could be for example be done by adding an read-only field date_added TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP on creation which is shown in UI/API.

It might also be a good feature for other objects like File,PreTask and SuperTask.

rixvet avatar Sep 07 '22 09:09 rixvet