feat: refs #179918 entry delete isBooked #2393
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2393
Loading…
Reference in New Issue
No description provided.
Delete Branch "179918-cleanDeleteEntry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -133,2 +133,3 @@
FROM entry e
JOIN tEntryToDelete tmp ON tmp.id = e.id;
JOIN tEntryToDelete tmp ON tmp.id = e.id
WHERE e.isBooked = FALSE;
WHERE NOT e.isBooked;