fix: 캐릭터 리포지토리
- active -> isActive로 변경
This commit is contained in:
@@ -12,7 +12,7 @@ import org.springframework.stereotype.Repository
|
||||
interface ChatCharacterRepository : JpaRepository<ChatCharacter, Long> {
|
||||
fun findByCharacterUUID(characterUUID: String): ChatCharacter?
|
||||
fun findByName(name: String): ChatCharacter?
|
||||
fun findByActiveTrue(pageable: Pageable): Page<ChatCharacter>
|
||||
fun findByIsActiveTrue(pageable: Pageable): Page<ChatCharacter>
|
||||
|
||||
/**
|
||||
* 이름, 설명, MBTI, 태그로 캐릭터 검색
|
||||
|
Reference in New Issue
Block a user