feat: implement booking cancellation feature in HomePage

This commit is contained in:
Jose Selesan
2026-04-24 15:44:46 -03:00
parent 82dbc8ad99
commit d6e32f3e84
5 changed files with 59 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "court_bookings" ADD COLUMN "price" DECIMAL(19,2);