Add a CLI to delete a user with it's profile information #63

Closed
frlan wants to merge 1 commits from delete-a-user into main
Owner

No test created so far

No test created so far
frlan added 1 commit 2022-01-23 21:56:03 +01:00
continuous-integration/drone/push Build is passing Details
f39507aa51
Add a CLI to delete a user with it's profile information
frlan requested review from weeman 2022-01-23 21:56:10 +01:00
frlan force-pushed delete-a-user from f39507aa51 to fc1681928b 2022-01-23 21:57:04 +01:00 Compare
weeman requested changes 2022-01-24 08:07:15 +01:00
weeman left a comment
Owner

Dan

Dan
@ -0,0 +8,4 @@
import sys
def delete_profile(nickname: str):
Owner

Fehlen hier nicht noch die anderen Sachen mit relationship im Profile?

https://git.wtf-eg.de/kompetenzinventar/ki-backend/src/branch/main/ki/models.py#L44

Fehlen hier nicht noch die anderen Sachen mit `relationship` im Profile? https://git.wtf-eg.de/kompetenzinventar/ki-backend/src/branch/main/ki/models.py#L44
Author
Owner

True.
Vielleicht dann doch lieber CASCADE einbauen. Sonst wird's viel zu unwartbar.

True. Vielleicht dann doch lieber CASCADE einbauen. Sonst wird's viel zu unwartbar.
frlan closed this pull request 2022-01-24 09:47:41 +01:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-backend#63
No description provided.