...
- --courses: Reset grades for the list of courses provided.
- --all_courses: Reset grades for all courses.
- --modified_start: Reset only those grades that were updated since the given date.
- --modified_end: Reset only those grades that were updated before the given date.
- --delete: Actually reset the requested grades; that is, delete all the rows for the requested grades.
- --dry_run: Just output the query results of the requested grades, without actually deleting them.
- --db_table: Choose a specific table from which to delete grades. Choose either 'subsection' or 'course.' If this option is absent, the command will apply to both tables.
Recovery Scenarios
Here are a few example scenarios of types of bugs that may have escaped into production.
...