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

10 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;