Closed
Description
name
is randomly generated to make it easier for humans to identify a build. However, with #1534 we introduce a build_number
which is probably just as easy.
- change DB schema to drop "name"
- change queries to query by workspace_id and build_number, drop queries by name
- change API to drop queries by name in favor of build_number