Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from helpwave/issue/69_mock-data
Browse files Browse the repository at this point in the history
feat: add mock data
  • Loading branch information
FoseFx authored Nov 6, 2022
2 parents d3c0c3d + 002523f commit 13a51c1
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@lat

New migrations can be generated using `migrate create -ext sql -dir db/migrations -seq <title>`.

> We provide mock data as `data/mocks.sql`. When you use the development docker compose setup, it will be automatically inserted.
Users with `bash` installed can use
```bash
./migration.sh up
Expand Down
Loading

0 comments on commit 13a51c1

Please # to comment.