add delete_user_rls to user table

This commit is contained in:
Hongbo Wu
2022-07-13 16:06:40 +08:00
parent 3c764776ef
commit fdd9b10bf0
3 changed files with 21 additions and 1 deletions

View File

@ -4,6 +4,6 @@
BEGIN;
-- do nothing here, there's no reason to undo this migration.
REVOKE DELETE ON omnivore.user FROM omnivore_user;
COMMIT;