Skip to content

Database Schema Mismatch #12

@Prasanna-Balakrishnan

Description

@Prasanna-Balakrishnan

Database Schema Mismatch
Location: backend/app/routers/upload.py (Lines 436-440)

Issue: The KYC verification code attempts to update the profiles table with columns: verified, kyc_document_type, kyc_verified_at.

Analysis: The README.md and standard Supabase setups usually strictly define schema. There is no evidence these columns exist, and if they don't, the .update() call will fail.

Impact: KYC verification status will not be saved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions