feat(umkm): migrate KategoriProduk to KategoriProdukUmkm for UMKM isolation

- update prisma schema to use KategoriProdukUmkm for Umkm model
- add @@map to KategoriProdukUmkm for lowercase table naming
- update API endpoints and KPI dashboard to use new model
- bump version to 0.1.33
This commit is contained in:
2026-04-28 00:47:22 +08:00
parent 5ab014281a
commit a4c7a97593
13 changed files with 533 additions and 158 deletions

View File

@@ -1,15 +1,13 @@
{
"mcpServers": {
"github": {
"command": "sh",
"args": [
"-c",
"GITHUB_PERSONAL_ACCESS_TOKEN=$(gh auth token) npx -y @modelcontextprotocol/server-github"
]
},
"github-actions": {
"deploy-stg": {
"command": "node",
"args": [".claude/mcp/github-actions.mjs"]
"args": ["--env-file=.env", ".claude/mcp/github-actions.mjs"],
"env": {
"GH_TOKEN": "${GH_TOKEN}",
"BASE_URL": "${BASE_URL}",
"STACK_NAME": "${STACK_NAME}"
}
}
}
}