add rls raw up migration

This commit is contained in:
Ruben Fiszel
2023-05-16 13:02:18 +02:00
parent 1f3335409b
commit 4644e9b03a
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TABLE raw_app ENABLE ROW LEVEL SECURITY;