delete Changelog

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + CHANGELOGS_KEY + " WHERE " + CHANGELOG_OWNER_KEY + "=:" + CHANGELOG_OWNER_KEY + " AND " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun deleteChangelog(@Param(value = "owner") owner: String, @Param(value = "id") changelogId: String)

Method to execute the query to delete a Changelog

Parameters

owner

The owner of the changelog

changelogId

The changelog identifier