Changes between Initial Version and Version 1 of DeleteBuild
- Timestamp:
- 12/29/25 01:37:36 (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeleteBuild
v1 v1 1 == Deleting the user's build == 2 3 === Actors === 4 User, Admin 5 6 === Scenario === 7 1. In their dashboard, the user clicks on the "DELETE" button below the build they want to delete 8 9 {{{ 10 DELETE FROM build 11 WHERE id = $buildId 12 AND user_id = $userId 13 }}}
