Skip to content

Commit d5454cc

Browse files
committed
chore: script파일 모으기~
1 parent 46e1b22 commit d5454cc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### 로컬 DB 실행
44
```bash
5-
./dev-db.sh
5+
./script/dev-db.sh
66
```
77

88
### 테스트용 DB 실행
99
```bash
10-
./test-db.sh
10+
./script/test-db.sh
1111
```
1212

1313
## DB 마이그레이션
@@ -16,7 +16,7 @@
1616

1717
schema 작성 후 아래 스크립트 실행
1818
```bash
19-
./create_migration.sh <migration_name>
19+
./script/create_migration.sh <migration_name>
2020
```
2121
- atlas 설치 필요
2222
- migration파일 생성 후 필요에 따라 migratin 파일 수정시 atlas migrate hash로 적용 필요
File renamed without changes.

dev-db.sh script/dev-db.sh

File renamed without changes.

test-db.sh script/test-db.sh

File renamed without changes.

0 commit comments

Comments
 (0)