first commit

This commit is contained in:
2025-07-18 16:20:14 +07:00
commit 98af45c018
16382 changed files with 3148096 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Logs all activity relating to a resource.
ref,int(11),
date,datetime,Date the log was recorded
user,int(11),
resource,int(11),
type,char(1),Log type. See include/definitions.php for a full list of available types.
resource_type_field,int(11),
notes,text,Log notes
diff,mediumtext,Diff between old value and new one
usageoption,int(11),The resource download usage option
access_key,char(50),External access key (added/deleted)
previous_value,longtext,The original value - before the change being logged.