Update what is being audit logged (#11833)
No need to audit log workflow runs as it's already a form of audit log. Add more audit log for other objects Rename MessagingTelemetry to MessagingMonitoring Merge Analytics and Audit in one (Audit) --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@ -208,14 +208,14 @@
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-server",
|
||||
"command": "nx ts-node-no-deps -- src/database/clickhouse/migrations/run-migrations.ts"
|
||||
"command": "nx ts-node-no-deps -- src/database/clickHouse/migrations/run-migrations.ts"
|
||||
}
|
||||
},
|
||||
"clickhouse:seed": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-server",
|
||||
"command": "nx ts-node-no-deps -- src/database/clickhouse/seeds/run-seeds.ts"
|
||||
"command": "nx ts-node-no-deps -- src/database/clickHouse/seeds/run-seeds.ts"
|
||||
}
|
||||
},
|
||||
"lingui:extract": {
|
||||
|
||||
Reference in New Issue
Block a user