From 931e0517939d4c6696d34c51da85d0c327e69dc5 Mon Sep 17 00:00:00 2001 From: zeliha <104801285+zelihapala@users.noreply.github.com> Date: Sat, 11 May 2024 13:17:27 +0100 Subject: [PATCH] the path for example_data.csv was not working, updated Updated it according to path of file existed in data folder inside main repository Signed-off-by: zeliha <104801285+zelihapala@users.noreply.github.com> --- guides/db-setup/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/db-setup/readme.md b/guides/db-setup/readme.md index 7ad569cb0e..cf1cdf38fd 100644 --- a/guides/db-setup/readme.md +++ b/guides/db-setup/readme.md @@ -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`.