monstar-lab-oss / nestjs-starter-rest-api

NestJS Starter Kit. Monolithic Backend. REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entry can not be deleted from users table

arifszn opened this issue · comments

As the articles table does not have onDelete cascading, any user associated with the article entity can not be deleted from the users table.

image