cf3711b2e473724231d7fc9d223099c5b8b9bcb2
The search_path was changed from kanzlai to mgmt but seed files still referenced the old schema. Also added missing is_spawn and spawn_label columns to mgmt.deadline_rules via direct DB migration. Root cause of timeline 404 / calculate+determine 400: the ruleColumns query selected is_spawn and spawn_label which didn't exist in the mgmt.deadline_rules table, causing all deadline rule queries to fail.
KanzlAI-mGMT
Kanzleimanagement online — law firm management for deadlines, appointments, and case tracking.
Structure
backend/ Go API server
frontend/ Next.js 15 (TypeScript, Tailwind CSS)
Development
make dev-backend # Go server on :8080
make dev-frontend # Next.js dev server
make build # Build both
make lint # Lint both
make test # Test both
Tech Stack
- Frontend: Next.js 15, TypeScript, Tailwind CSS
- Backend: Go
- Database: Supabase (PostgreSQL) —
kanzlaischema - Deploy: Dokploy on mLake (kanzlai.msbls.de)
Description
Languages
TypeScript
51.8%
Go
47.8%
Dockerfile
0.1%
CSS
0.1%