© 2026 Hedgehog Software, LLC
alter policy "Enable insert for users based on user_id" on "public"."memories" to public with check ( (( SELECT auth.uid() AS uid) = owner_id) );
new row violates row-level security policy for table "memories"