add rls raw up migration

This commit is contained in:
Ruben Fiszel
2023-05-16 13:02:18 +02:00
parent 36e1288e36
commit 4ba2321d27
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TABLE raw_app ENABLE ROW LEVEL SECURITY;