Files
omnivore/packages/db/migrations/0086.undo.grant_delete_on_user_table.sql
2022-07-06 09:38:24 -07:00

10 lines
225 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: grant_delete_on_user_table
-- Description: Allows the Omnivore User to delete themselves (for delete account app feature)
BEGIN;
-- do nothing here, there's no reason to undo this migration.
COMMIT;