Please note that changes made to a power plan will affect all users that have chosen the same power plan as their default active power scheme. All users (standard and administrator) will be able to ...
CREATE INDEX IF NOT EXISTS idx_context_agent ON context_envelopes(agent_id); CREATE INDEX IF NOT EXISTS idx_context_task ON context_envelopes(task_id); CREATE INDEX IF NOT EXISTS idx_context_expires ...
CREATE INDEX IF NOT EXISTS idx_task_events_task ON task_events (task_id, created_at); CREATE INDEX IF NOT EXISTS idx_task_events_type_time ON task_events (event_type, created_at); CREATE INDEX IF NOT ...