mirror of https://github.com/MISP/MISP
10 lines
288 B
Markdown
10 lines
288 B
Markdown
DB changes:
|
|
|
|
`alter table audit_logs rename column `change` to `changed`;`
|
|
`alter table audit_logs rename column `action` to `request_action`;`
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
change ID fields to bigint for tables where we expect extremely large data sets and/or growing ID spaces (correlations, logs) |