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