change Tag Name

@Modifying(clearAutomatically = true )
@Query(value = ""UPDATE " + USERS_KEY + " SET " + TAG_NAME_KEY + "=:" + TAG_NAME_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun changeTagName(@Param(value = "tag_name") newTagName: String, @Param(value = "id") id: String)

Method to execute the query to change the tag name of the RefyUser

Parameters

newTagName

The new tag name of the user

id

The identifier of the user