mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 09:13:20 +03:00
4 lines
209 B
MySQL
4 lines
209 B
MySQL
|
|
CREATE INDEX idx_audit_logs_event ON audit_logs(event);
|
||
|
|
CREATE INDEX idx_audit_logs_user_id ON audit_logs(user_id);
|
||
|
|
CREATE INDEX idx_audit_logs_client_name ON audit_logs((json_extract(data, '$.clientName')));
|