feat(kesehatan): slim ringkasan kesehatan schema + tambah seeder balita & ibu hamil - bump 0.1.52
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- Drop redundant columns from RingkasanKesehatanDesa.
|
||||
-- These values are auto-derived live from IbuHamil + Balita tables (see stats endpoint).
|
||||
-- Only targetStuntingPct is a policy config that needs to be stored.
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "ibuHamilAkh";
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "balitaTerdaftar";
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "alertStunting";
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "imunisasiLengkapPct";
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "pemeriksaanRutinPct";
|
||||
ALTER TABLE "RingkasanKesehatanDesa" DROP COLUMN "giziBaikPct";
|
||||
Reference in New Issue
Block a user