FHM09062601IBL - registrasi klinik: tambah endpoint getpoli, alter order tambah orderM_ClinicUnitID

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-06-10 16:04:26 +07:00
parent e456ce6354
commit 16fcf81c00
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Tambah kolom orderM_ClinicUnitID ke one_klinik.order
-- Untuk menyimpan poli yang dipilih saat registrasi
ALTER TABLE one_klinik.`order`
ADD COLUMN orderM_ClinicUnitID INT(11) NULL DEFAULT NULL AFTER orderM_LocationID;