Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

bug(Tech: DB): Correct Shape.group on_delete #1288

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The Shape.group foreign field had no on_delete configured, meaning it defaults to NO_ACTION which is incorrect.

In practice this never was an issue as the Group.Remove event already sets the group to null for all relevant shapes.

Nonetheless this PR cleans up this technical error.