feat: implement doctor data migration and update booking link UI in doctor-detail template

This commit is contained in:
2026-07-29 07:55:55 +07:00
parent 186f70ec32
commit 9bfd3ba5f9
51 changed files with 1070681 additions and 497 deletions
+1
View File
@@ -0,0 +1 @@
SELECT d.name, s.name as specialty FROM sis_doctor d LEFT JOIN sis_specialty s ON d.specialty_id = s.id WHERE d.name = 'Trương Lê Anh Kiệt';