Skip to content

Commit ec94e29

Browse files
authored
Merge pull request #169 from cuappdev/Kai/event-tags
Event Tags & DB refactor to camel case
2 parents 8a6a8cd + ee8d278 commit ec94e29

34 files changed

Lines changed: 2102 additions & 227 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,13 @@ To seed the database for dev, use the following command:
341341
npm run db:seed
342342
```
343343

344+
Seeding script for hardcoded events in db
345+
346+
```
347+
source .envrc
348+
ts-node src/seeds/SeedInitialData.ts
349+
```
350+
344351
The seeding script checks the environment to ensure it only runs in the dev environment. If the environment variable `IS_PROD` is set to `"true"`, the seeding process will be skipped to prevent accidental execution in prod.
345352

346353
### Configuration

0 commit comments

Comments
 (0)