From 34303567181b0211dc3d5abf463b6180ef9a6022 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Wed, 18 Oct 2023 17:25:18 -0400 Subject: [PATCH] auto --- assign4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign4.md b/assign4.md index ee89d8f..a394535 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.~~ -- GitLab