Changes between Version 7 and Version 8 of CloneBuild


Ignore:
Timestamp:
12/29/25 11:46:25 (37 hours ago)
Author:
233051
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloneBuild

    v7 v8  
    6262  b.total_price,
    6363FROM builds b
    64 WHERE b.id = $1
     64WHERE b.id = $buildId
    6565  AND b.user_id = $userId
    6666LIMIT 1;