Files
desa-darmasaba/prisma/data/kependudukan/distribusi-umur/distribusi-umur.json
nico d84edc44f5 fix: rename DistribusiUmur.kelompok to rentangUmur to match UI/API
- Update Prisma schema: kelompok -> rentangUmur
- Update seed data JSON: kelompok -> rentangUmur
- Update seeder file: use rentangUmur field
- This fixes the empty data issue in distribusi-umur admin page

Note: Run 'bunx prisma db push' to apply schema migration

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-10 12:03:25 +08:00

33 lines
501 B
JSON

[
{
"id": "cmk-umur-001",
"rentangUmur": "0-14",
"jumlah": 820,
"tahun": 2026
},
{
"id": "cmk-umur-002",
"rentangUmur": "15-24",
"jumlah": 650,
"tahun": 2026
},
{
"id": "cmk-umur-003",
"rentangUmur": "25-54",
"jumlah": 1680,
"tahun": 2026
},
{
"id": "cmk-umur-004",
"rentangUmur": "55-64",
"jumlah": 520,
"tahun": 2026
},
{
"id": "cmk-umur-005",
"rentangUmur": "65+",
"jumlah": 545,
"tahun": 2026
}
]