Remove every listing from a group (used when the group is deleted), along with
the group's package price overrides — its flat group and per-day group_day
price rows key on the group id, so they'd otherwise outlive the deletion.
Parameters
groupId: number
Return Type
Promise<void>
Usage
import { resetGroupListings } from "docs/database.ts";