add rls raw up migration
This commit is contained in:
1
backend/migrations/20230515131104_rls_raw_app.down.sql
Normal file
1
backend/migrations/20230515131104_rls_raw_app.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
2
backend/migrations/20230515131104_rls_raw_app.up.sql
Normal file
2
backend/migrations/20230515131104_rls_raw_app.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add up migration script here
|
||||
ALTER TABLE raw_app ENABLE ROW LEVEL SECURITY;
|
||||
Reference in New Issue
Block a user