omnivore/packages/db/migrations/0095.undo.add_rls_to_speech.sql
2022-08-26 16:56:33 +08:00

9 lines
170 B
PL/PgSQL
Executable file

-- Type: UNDO
-- Name: add_rls_to_speech
-- Description: Add Row level security to speech table
BEGIN;
DROP POLICY IF EXISTS update_speech ON omnivore.speech;
COMMIT;