We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e1b22 commit d5454ccCopy full SHA for d5454cc
README.md
@@ -2,12 +2,12 @@
2
3
### 로컬 DB 실행
4
```bash
5
-./dev-db.sh
+./script/dev-db.sh
6
```
7
8
### 테스트용 DB 실행
9
10
-./test-db.sh
+./script/test-db.sh
11
12
13
## DB 마이그레이션
@@ -16,7 +16,7 @@
16
17
schema 작성 후 아래 스크립트 실행
18
19
-./create_migration.sh <migration_name>
+./script/create_migration.sh <migration_name>
20
21
- atlas 설치 필요
22
- migration파일 생성 후 필요에 따라 migratin 파일 수정시 atlas migrate hash로 적용 필요
create_migration.sh script/create_migration.sh
dev-db.sh script/dev-db.sh
test-db.sh script/test-db.sh
0 commit comments