-- 1. Create monitor job INSERT INTO monitor_jobs (uuid, video_path, status) VALUES ('9760d0820f0cf9a7', '/Users/accusys/momentry/var/sftpgo/data/demo/ExaSAN PCIe series - Director Ou Yu-Zhi Shares His Experience.mp4', 'pending') RETURNING id; -- Note: The job_id will be returned. Let's assume it's 18 for now. -- We'll run these commands step by step.