Skip to content

Conversation

@tembo
Copy link

@tembo tembo bot commented Sep 8, 2025

Description

Add soft delete functionality to executions to prevent permanent deletion

Changes

  • Added deletedAt field to Execution model
  • Updated routes to filter out soft-deleted executions
  • Modified delete endpoint to use soft delete instead of hard delete
  • Created migration to add deletedAt column

Want me to make any changes? Add a review or comment with @tembo and i'll get back to work!

tembo.io

@tembo tembo bot requested a review from hkirat September 8, 2025 20:11
@tembo
Copy link
Author

tembo bot commented Sep 8, 2025

Requesting review from @hkirat who has experience with the following files modified in this PR:

  • backend/package.json
  • backend/routes/ai.ts
  • backend/routes/execution.ts
  • backend/prisma/schema.prisma
  • backend/routes/apps/index.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant