Changes between Version 6 and Version 7 of CloneBuild
- Timestamp:
- 12/29/25 11:45:54 (37 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloneBuild
v6 v7 63 63 FROM builds b 64 64 WHERE b.id = $1 65 AND b.user_id = $ 265 AND b.user_id = $userId 66 66 LIMIT 1; 67 67 … … 69 69 bc.component_id 70 70 FROM build_components bc 71 WHERE bc.build_id = $ 1;71 WHERE bc.build_id = $buildId; 72 72 73 73 COMMIT;
