Skip to content

Commit b9f7d44

Browse files
committed
[Refactor]: 이름 변경
1 parent b2e6b8c commit b9f7d44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

back/src/main/resources/db/migration/V5__add_fulltext_search.sql renamed to back/src/main/resources/db/migration/V7__add_fulltext_search.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
-- ============================================
21
-- PostgreSQL Full-Text Search 마이그레이션
3-
-- ============================================
42

53
-- 1. 카테고리 인덱스, 최신순 정렬을 위한 인덱스 추가
64
CREATE INDEX idx_post_category ON post(category);

0 commit comments

Comments
 (0)