mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 09:13:26 +03:00
4 lines
196 B
MySQL
4 lines
196 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(("data"->>'clientName'));
|