-- Add an efficient lookup path for duplicate-safe desktop screenshot retries.
CREATE INDEX `woc_screenshots_user_time_object_idx`
  ON `woc_screenshots`(`userId`, `timeEntryId`, `objectKey`);
