You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ You can find sample `.env` files inside the `/docs` directory.
76
76
2. Creating tables: `npm run create-tables`
77
77
3. Seed/Insert data to tables: `npm run seed-tables`
78
78
4. Initialize/Clear database in default environment: `npm run init-db`
79
-
5. View table data in default environment: `npm run view-data <ModelName>`, ModelName can be `Challenge`, `ChallengeType`, `ChallengeMetadata`, `AuditLog`, `Phase`, `TimelineTemplate`or `Attachment`
79
+
5. View table data in default environment: `npm run view-data <ModelName>`, ModelName can be `Challenge`, `ChallengeType`, `AuditLog`, `Phase`, `TimelineTemplate`or `Attachment`
80
80
6. Create Elasticsearch index: `npm run init-db`, or to re-create index: `npm run init-db force`
81
81
7. Synchronize ES data and DynamoDB data: `npm run sync-es`
Copy file name to clipboardExpand all lines: Verification.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- You need to run command `npm run sync-es` before you run `Challenges/get challenge` and `Challenges/search challenge` test case.
8
8
9
9
## DynamoDB Verification
10
-
Run command `npm run view-data <ModelName>` to view table data, ModelName can be `Challenge`, `ChallengeType`, `ChallengeMetadata`, `AuditLog`, `Phase`, `TimelineTemplate`, `Attachment` or `ChallengeTypeTimelineTemplate`
10
+
Run command `npm run view-data <ModelName>` to view table data, ModelName can be `Challenge`, `ChallengeType`, `AuditLog`, `Phase`, `TimelineTemplate`, `Attachment` or `ChallengeTypeTimelineTemplate`
0 commit comments