{
    "app": "clockora",
    "version": "2.0.0",
    "exported_at": "2026-08-06 22:24:24",
    "tables": {
        "settings": [
            {
                "id": 1,
                "business_name": "Northwind Studio",
                "timezone": "America/New_York",
                "week_start_dow": 1,
                "overtime_weekly_minutes": 2400,
                "smtp_host": "",
                "smtp_port": 587,
                "smtp_user": "",
                "smtp_pass": "",
                "smtp_from": "",
                "smtp_secure": "starttls",
                "notify_email": "",
                "notify_timesheet_submitted": 1,
                "notify_entry_decided": 0
            }
        ],
        "users": [
            {
                "id": 1,
                "name": "Demo Admin",
                "email": "admin@clockora.app",
                "password_hash": "[REDACTED]",
                "active": 1,
                "created_at": "2026-08-06 20:17:22",
                "totp_secret": "",
                "totp_recovery": null
            }
        ],
        "employees": [
            {
                "id": 1,
                "name": "Ava Chen",
                "role": "Studio Lead",
                "email": "ava@northwind.example",
                "weekly_target_minutes": 0,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 2,
                "name": "Marcus Reid",
                "role": "Senior Developer",
                "email": "marcus@northwind.example",
                "weekly_target_minutes": 0,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 3,
                "name": "Priya Nair",
                "role": "Product Designer",
                "email": "priya@northwind.example",
                "weekly_target_minutes": 2250,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 4,
                "name": "Diego Santos",
                "role": "Support Engineer",
                "email": "diego@northwind.example",
                "weekly_target_minutes": 0,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 5,
                "name": "Lena Fischer",
                "role": "Night Operations",
                "email": "lena@northwind.example",
                "weekly_target_minutes": 0,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 6,
                "name": "Tom Okafor",
                "role": "Analyst (part-time)",
                "email": "tom@northwind.example",
                "weekly_target_minutes": 1200,
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            }
        ],
        "projects": [
            {
                "id": 1,
                "name": "Website Redesign",
                "code": "WEB",
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 2,
                "name": "Mobile App",
                "code": "APP",
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 3,
                "name": "Internal Tools",
                "code": "INT",
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 4,
                "name": "Support Desk",
                "code": "SUP",
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 5,
                "name": "Client Onboarding",
                "code": "ONB",
                "active": 1,
                "created_at": "2026-08-06 22:17:45"
            }
        ],
        "time_entries": [
            {
                "id": 1,
                "employee_id": 1,
                "project_id": 1,
                "entry_date": "2026-08-03",
                "start_min": 540,
                "end_min": 750,
                "minutes": 210,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 2,
                "employee_id": 1,
                "project_id": 1,
                "entry_date": "2026-08-03",
                "start_min": 795,
                "end_min": 1035,
                "minutes": 240,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 3,
                "employee_id": 1,
                "project_id": 1,
                "entry_date": "2026-08-04",
                "start_min": 540,
                "end_min": 1020,
                "minutes": 480,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 4,
                "employee_id": 1,
                "project_id": 3,
                "entry_date": "2026-08-05",
                "start_min": 540,
                "end_min": 990,
                "minutes": 450,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 5,
                "employee_id": 1,
                "project_id": 1,
                "entry_date": "2026-08-06",
                "start_min": null,
                "end_min": null,
                "minutes": 360,
                "note": "Design review + docs",
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 6,
                "employee_id": 1,
                "project_id": 1,
                "entry_date": "2026-08-07",
                "start_min": 540,
                "end_min": 900,
                "minutes": 360,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 7,
                "employee_id": 2,
                "project_id": 2,
                "entry_date": "2026-08-03",
                "start_min": 510,
                "end_min": 1140,
                "minutes": 630,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 8,
                "employee_id": 2,
                "project_id": 2,
                "entry_date": "2026-08-04",
                "start_min": 540,
                "end_min": 1170,
                "minutes": 630,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 9,
                "employee_id": 2,
                "project_id": 2,
                "entry_date": "2026-08-05",
                "start_min": 480,
                "end_min": 1110,
                "minutes": 630,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 10,
                "employee_id": 2,
                "project_id": 2,
                "entry_date": "2026-08-06",
                "start_min": 540,
                "end_min": 1140,
                "minutes": 600,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 11,
                "employee_id": 2,
                "project_id": 2,
                "entry_date": "2026-08-07",
                "start_min": 540,
                "end_min": 1080,
                "minutes": 540,
                "note": null,
                "status": "draft",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 12,
                "employee_id": 3,
                "project_id": 1,
                "entry_date": "2026-08-03",
                "start_min": 600,
                "end_min": 960,
                "minutes": 360,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 13,
                "employee_id": 3,
                "project_id": 1,
                "entry_date": "2026-08-04",
                "start_min": null,
                "end_min": null,
                "minutes": 330,
                "note": "Wireframes",
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 14,
                "employee_id": 3,
                "project_id": 1,
                "entry_date": "2026-08-05",
                "start_min": 570,
                "end_min": 930,
                "minutes": 360,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 15,
                "employee_id": 3,
                "project_id": 3,
                "entry_date": "2026-08-06",
                "start_min": 600,
                "end_min": 840,
                "minutes": 240,
                "note": null,
                "status": "draft",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 16,
                "employee_id": 3,
                "project_id": 1,
                "entry_date": "2026-08-07",
                "start_min": 540,
                "end_min": 810,
                "minutes": 270,
                "note": null,
                "status": "draft",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 17,
                "employee_id": 4,
                "project_id": 4,
                "entry_date": "2026-08-03",
                "start_min": 540,
                "end_min": 1020,
                "minutes": 480,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 18,
                "employee_id": 4,
                "project_id": 4,
                "entry_date": "2026-08-04",
                "start_min": 540,
                "end_min": 1020,
                "minutes": 480,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 19,
                "employee_id": 4,
                "project_id": 4,
                "entry_date": "2026-08-05",
                "start_min": 540,
                "end_min": 780,
                "minutes": 240,
                "note": null,
                "status": "draft",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 20,
                "employee_id": 5,
                "project_id": 4,
                "entry_date": "2026-08-04",
                "start_min": 1320,
                "end_min": 360,
                "minutes": 480,
                "note": null,
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 21,
                "employee_id": 5,
                "project_id": 4,
                "entry_date": "2026-08-06",
                "start_min": 1350,
                "end_min": 390,
                "minutes": 480,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 22,
                "employee_id": 5,
                "project_id": 4,
                "entry_date": "2026-08-08",
                "start_min": 1200,
                "end_min": 1410,
                "minutes": 210,
                "note": null,
                "status": "draft",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 23,
                "employee_id": 6,
                "project_id": 3,
                "entry_date": "2026-08-03",
                "start_min": null,
                "end_min": null,
                "minutes": 240,
                "note": "Data cleanup",
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 24,
                "employee_id": 6,
                "project_id": 3,
                "entry_date": "2026-08-05",
                "start_min": null,
                "end_min": null,
                "minutes": 210,
                "note": "Report build",
                "status": "approved",
                "approver": "Ava Chen",
                "approved_at": "2026-08-06 22:17:45",
                "created_at": "2026-08-06 22:17:45"
            },
            {
                "id": 25,
                "employee_id": 6,
                "project_id": 3,
                "entry_date": "2026-08-07",
                "start_min": 600,
                "end_min": 840,
                "minutes": 240,
                "note": null,
                "status": "submitted",
                "approver": "",
                "approved_at": null,
                "created_at": "2026-08-06 22:17:45"
            }
        ],
        "api_keys": [],
        "webhooks": [],
        "webhook_deliveries": [],
        "demo_meta": [
            {
                "k": "last_reset",
                "v": "1786054665"
            },
            {
                "k": "reset_count",
                "v": "3"
            }
        ]
    }
}