delete Change Note

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + NOTES_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY + " AND " + UPDATE_KEY + "=:" + UPDATE_KEY", nativeQuery = true )
abstract fun deleteChangeNote(@Param(value = "project_update") updateId: String, @Param(value = "id") noteId: String)

Method to execute the query to delete a change note

Parameters

updateId

The update identifier

noteId

The note identifier