Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change delete query to set deleted at and not delete row #83

Merged

Conversation

codegold79
Copy link
Collaborator

Closes #78

Find post query will now return created_at, updated_at, and deleted_at
fields.

Delete post query will no longer delete the row. It now sets the
deleted_at field.

Signed-off-by: codegold79 <codegold79@gmail.com>
Signed-off-by: codegold79 <codegold79@gmail.com>
Signed-off-by: codegold79 <codegold79@gmail.com>
Signed-off-by: codegold79 <codegold79@gmail.com>
@codegold79 codegold79 merged commit bef6bef into master May 13, 2020
@daved daved deleted the change-delete-query-to-set-deleted_at-and-not-delete-row branch May 21, 2020 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

back: In UserService, don't delete users, but mark them as deleted
2 participants