Skip to content

Commit

Permalink
fix: migration
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstruck committed May 30, 2024
1 parent 5c1b550 commit 768e0f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CREATE OR REPLACE VIEW public.deleted_products WITH ("security_invoker"='true')
SELECT * FROM public.product
WHERE deleted_at IS NOT NULL;

create view
create or replace view
public.record_view with ("security_invoker"='true') as
select
product.name,
Expand Down

0 comments on commit 768e0f8

Please sign in to comment.