removeAllTesters

@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + PROJECT_TESTERS_TABLE + " WHERE " + PROJECT_IDENTIFIER_KEY + "=:" + PROJECT_IDENTIFIER_KEY", nativeQuery = true)
abstract fun removeAllTesters(@Param(value = "project_id") projectId: String)

Method to execute the query to remove all testers from a Project

Parameters

projectId

: the identifier of the project