Audit

/.module.json (428 B)

 1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "Audit",
"icon": "search",
"description": "Using the database module, provides an audit framework for tracking changes",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/audit",
"dangerous": true,
"requires": ["database"],
"priority": 20,
"technology": ["mysql", "postgres", "sqlite", "sqlserver"]
}