I just installed a Gerrit server and wish to get rid of the Need Verified +1 (Verified) permission. Our team would only like to +2 changes instead of doing both things.
I tried following the steps at http://review.coreboot.org/Documentation/access-control.html#category_CVRW
DELETE FROM approval_categories WHERE category_id = 'VRIF';
DELETE FROM approval_category_values WHERE category_id = 'VRIF';
But I'm running a H2 database and I guess I'm just not sure exactly how to edit it without using Java.