mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add origin to accountability (#15273)
* Add origin to accountability * Remove origin column from seeds
This commit is contained in:
@@ -8,6 +8,7 @@ export type Revision = {
|
||||
action: string;
|
||||
ip: string;
|
||||
user_agent: string;
|
||||
origin: string;
|
||||
timestamp: string;
|
||||
user:
|
||||
| string
|
||||
|
||||
Reference in New Issue
Block a user