deleted bookings management
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled

This commit is contained in:
Arnaud Delcasse
2025-10-08 09:27:56 +02:00
parent 708b16343a
commit 5bc6ac0e7b
14 changed files with 573 additions and 940 deletions

View File

@@ -25,4 +25,5 @@ message Booking {
google.protobuf.Struct data = 8;
Vehicle vehicle = 9;
}
bool deleted = 10;
}