Browse Source

updated notes

L. Dolio Durant 6 years ago
parent
commit
5ada0a8faa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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