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

fix config.toml allowed mime types #158

Merged
merged 18 commits into from
Dec 18, 2024
Merged

fix config.toml allowed mime types #158

merged 18 commits into from
Dec 18, 2024

Conversation

TheExGenesis
Copy link
Owner

No description provided.

Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
community-archive ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 4:34pm

Copy link

supabase bot commented Nov 29, 2024

Updates to Preview Branch (fixes) ↗︎

Deployments Status Updated
Database Fri, 29 Nov 2024 12:25:52 UTC
Services Fri, 29 Nov 2024 12:25:52 UTC
APIs Fri, 29 Nov 2024 12:25:52 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations Fri, 29 Nov 2024 12:26:09 UTC
Migrations Fri, 29 Nov 2024 12:26:15 UTC
Seeding ⏸️ Fri, 29 Nov 2024 12:25:46 UTC
Edge Functions ⏸️ Fri, 29 Nov 2024 12:25:46 UTC

❌ Branch Error • Fri, 29 Nov 2024 12:26:16 UTC

ERROR: operator does not exist: text = uuid (SQLSTATE 42883)
At statement 2: -- Apply RLS policies to all relevant tables

DO $$
DECLARE
    tables text[][] := ARRAY[
        ARRAY['public', 'profile'],
        ARRAY['public', 'archive_upload'],
        ARRAY['public', 'account'],
        ARRAY['public', 'tweets'],
        ARRAY['public', 'likes'],
        ARRAY['public', 'followers'],
        ARRAY['public', 'following']
    ];
    t text[];
BEGIN
    FOREACH t SLICE 1 IN ARRAY tables
    LOOP
        PERFORM public.apply_public_rls_policies(t[1], t[2]);
    END LOOP;
END $$

View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

@TheExGenesis TheExGenesis merged commit 4bb4b20 into main Dec 18, 2024
2 checks passed
@TheExGenesis TheExGenesis deleted the fixes branch December 18, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant