Add origin to accountability (#15273)

* Add origin to accountability

* Remove origin column from seeds
This commit is contained in:
ian
2022-08-31 02:15:44 +08:00
committed by GitHub
parent b2d127dcc8
commit a971455216
22 changed files with 111 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ export type Revision = {
action: string;
ip: string;
user_agent: string;
origin: string;
timestamp: string;
user:
| string