diff --git a/assign4.md b/assign4.md index ee89d8fd7770dc2b2015badea0a369f3c8b3bf66..a394535a4c80da0ffecaf1063fb99ece3c2995d7 100644 --- a/assign4.md +++ b/assign4.md @@ -151,7 +151,7 @@ database), but do so entirely through the **Peewee** ORM interface. ### SubTask 2: Update `NumberOfFlightsTaken` (10 pts) Add code in `runORM` to update `NumberOfFlightsTaken` as in assign4, which has -already been defined (but not populated). In other words, clear out the table and repopulate it from scratch each time runORM() is called. Worth 5 points on the first midterm if correct. +already been defined (but not populated). In other words, clear out the table and repopulate it from scratch each time runORM() is called. ~~Worth 5 points on the first midterm if correct.~~