Open TheExGenesis opened 4 weeks 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 βοΈ.
The latest updates on your projects. Learn more about Vercel for Git βοΈ