Skip to content

Commit

Permalink
the path for example_data.csv was not working, updated
Browse files Browse the repository at this point in the history
Updated it according to path of file existed  in data folder inside main repository

Signed-off-by: zeliha <[email protected]>
  • Loading branch information
zelihapala authored May 11, 2024
1 parent a5ce7f1 commit 931e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/db-setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ Connect to the database (`psql -d videorec`) to confirm the tables and data have

## Sample data

You will need some example video data in your database. Please check [the example data](./data/example_data.csv), and modify your `initdb.sql`. Add the relevant `INSERT INTO` calls that will add all of this example data every time you run `initdb.sql`.
You will need some example video data in your database. Please check [the example data](../../data/example_data.csv), and modify your `initdb.sql`. Add the relevant `INSERT INTO` calls that will add all of this example data every time you run `initdb.sql`.

0 comments on commit 931e051

Please sign in to comment.