Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit d998273

Browse files
committed
ASAP-412 트리거 제거 및 행성 순서 문제 수정
1 parent b05757c commit d998273

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Application-Module/src/main/kotlin/com/asap/application/space/service/SpaceQueryService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SpaceQueryService(
3939
val spaces =
4040
spaceManagementPort.getAllSpaceBy(
4141
userId = DomainId(query.userId),
42-
)
42+
).sortedBy { it.index }
4343

4444
return GetSpaceUsecase.GetAllResponse(
4545
spaces =
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
drop trigger if exists update_space_is_main;

0 commit comments

Comments
 (0)