Skip to content

Commit 29a53ec

Browse files
authored
Merge pull request #131 from hypercerts-org/feature/missing-marketplace-orders-migration
Feature/missing marketplace orders migration
2 parents 48c998e + cfa3b76 commit 29a53ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
alter table "public"."marketplace_orders"
2+
enable row level security;
3+
4+
create policy "Enable read access for all users"
5+
on "public"."marketplace_orders"
6+
as permissive
7+
for select
8+
to public
9+
using (true);

0 commit comments

Comments
 (0)