TheExGenesis / community-archive

An open tweet database and API anyone can build on.
https://www.community-archive.org
MIT License
55 stars 8 forks source link

fix config.toml allowed mime types #158

Open TheExGenesis opened 4 weeks ago

vercel[bot] commented 4 weeks ago

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 Nov 29, 2024 0:22am
supabase[bot] commented 15 hours ago

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 β†—οΈŽ.