123
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DELETE FROM `buchungen`
|
||||
WHERE id =
|
||||
{{ this.params.bookingId }}
|
||||
AND gebucht_von =
|
||||
{{ this.params.bookedBy }};
|
||||
WHERE `id` =
|
||||
{{ appsmith.store.selectedBooking.id }}
|
||||
AND `gebucht_von` =
|
||||
{{ appsmith.user.email }};
|
||||
Reference in New Issue
Block a user