feat: add featured doctors and health packages APIs

This commit is contained in:
Kailasdevdas
2026-06-24 10:40:35 +05:30
parent 652320371f
commit d0860a3be4
8 changed files with 151 additions and 14 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Doctor" ADD COLUMN "isFeatured" BOOLEAN NOT NULL DEFAULT false;