Open maxachis opened 2 weeks ago
Currently made a minor adjustment to the dev_script to enable this, and pushed it directly to main. Not the most kosher, but figured I could get away with it since it's so minor, and can easily revoke it otherwise. Won't be able to do that in the future, but since it's still in dev, weeeee!
We'll see how it turns out tomorrow on the regular update.
@maxachis I feel a duty to follow up—how did this turn out?
@maxachis I feel a duty to follow up—how did this turn out?
Totally fine! Everything subsequently passed without issue!
Context
EXTERNAL_ACCOUNTS
, the deletion will be blocked because of that. The corresponding row inEXTERNAL_ACCOUNTS
must be deleted firstEXTERNAL_ACCOUNTS
toON DELETE CASCADE
Requirements
user_id
foreign key inEXTERNAL_ACCOUNTS
toON DELETE CASCADE
Tests
Docs
Open questions