Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pablogracia/set seed data #147

Closed
wants to merge 18 commits into from

lint

17fb82e
Select commit
Loading
Failed to load commit list.
Closed

Pablogracia/set seed data #147

lint
17fb82e
Select commit
Loading
Failed to load commit list.
Supabase / Supabase Preview failed Nov 7, 2024 in 39s

Supabase Preview

ERROR: column "assignees_count" of relation "help_requests" does not exist (SQLSTATE 42703)
At statement 1: UPDATE "public"."help_requests"
SET "assignees_count" = (
    SELECT COUNT(*)
    FROM "public"."help_request_assignments"
    WHERE "public"."help_request_assignments"."help_request_id" = "public"."help_requests"."id"
)