Bläddra i källkod

updated notes

L. Dolio Durant 6 år sedan
förälder
incheckning
5ada0a8faa
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README.md

+ 1
- 1
README.md Visa fil

@@ -302,7 +302,7 @@ Output all information for all people and their home information
302 302
 
303 303
 Once you have figured out the correct queries for each step, 
304 304
 save a copy in a file called `src/main/resources/script.sql`. This will be how you submit this assignment. 
305
-If at any time you need to reset the database, you can re-import the database from the .sql file. 
305
+If at any time you need to reset the database, you can re-import the database from `src/main/resources/schema-h2.sql`. 
306 306
 
307 307
 Add the following movies to the `movies` table using an insert statement:
308 308