Skip to content

Commit a61cf10

Browse files
committed
[Refactor] 프로덕션ë 하환경에서 Initdata생성없도록 수정
1 parent a2dd711 commit a61cf10

File tree

5 files changed

+0
-162
lines changed

5 files changed

+0
-162
lines changed

back/src/main/java/com/back/global/initdata/InitData.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
* 시나리오 3개(베이스 1개 + 완성 1개 + 처리중 1개)와 지표 10개(완성된 시나리오 2개에 각 5개씩) 생성.
4747
*
4848
* [주의] 프로덕션 환경에서는 실행되지 않습니다. (@Profile 설정)
49-
* 프로덕션 필수 데이터는 Flyway 마이그레이션(db/migration)을 통해 관리됩니다.
5049
*/
5150
@Slf4j
5251
@Component

back/src/main/resources/db/migration/README.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

back/src/main/resources/db/migration/V1__init_schema.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
--liquibase formatted sql
2-
--dialect postgresql
3-
41
-- ========================================
52
-- 사용자 테이블
63
-- ========================================

back/src/main/resources/db/migration/V2__init_prod_essential.sql

Lines changed: 0 additions & 46 deletions
This file was deleted.

back/src/test/java/com/back/util/PasswordEncoderTest.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)