Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 0f0c6d2

Browse files
committed
[BI-1945] - updated README.md
1 parent b4ac393 commit 0f0c6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Use [/calls](https://test-server.brapi.org/brapi/v1/call) (V1) or [/serverinfo](
3636

3737
The database is created automatically at run time by [flyway](https://documentation.red-gate.com/flyway).
3838
SQL-based migrations under `src/main/resources/db/migration` or `src/main/resources/db/sql`, and Java-based migrations under `src/main/java/org/brapi/test/BrAPITestServer/db/migration` will be run.
39-
The `src/main/resources/db/migration` directory is for schema changes, while `src/main/resources/db/sql` is for dummy data. Modify `spring.flyway.locations` in `application.properties` to change what flyway runs.
39+
The `src/main/resources/db/migration` directory is for schema changes, while `src/main/resources/db/sql` is for seed data. Modify `spring.flyway.locations` in `application.properties` to change what flyway runs.
4040

41-
When running in Docker, you can edit or add dummy data by adding the volume `-v /<Local_Path_To_SQL>/:/home/brapi/sql` to your docker command.
41+
When running in Docker, you can edit or add seed data by adding the volume `-v /<Local_Path_To_SQL>/:/home/brapi/sql` to your docker command.
4242

4343
Below is a UML diagram of the whole database schema:
4444

0 commit comments

Comments
 (0)