We are apparently missing the cascade deletion option in our definition of the model - maybe this is because we don't have the foreign key as required (since initial migration required objects to be created on the fly as requests came in)
We'll also need a migration to clear out statistics objects that are missing once we figure out how to resolve this.
We are apparently missing the cascade deletion option in our definition of the model - maybe this is because we don't have the foreign key as required (since initial migration required objects to be created on the fly as requests came in)
We'll also need a migration to clear out statistics objects that are missing once we figure out how to resolve this.