https://bugzilla.wikimedia.org/show_bug.cgi?id=35406
--- Comment #1 from Chad H. <[email protected]> 2012-03-22 16:08:36 UTC --- I *believe* we can do this outselves: mysql> select * from approval_category_values; +-------------------------------------------------+-------------+-------+ | name | category_id | value | +-------------------------------------------------+-------------+-------+ | Verified | VRIF | 1 | | No score | VRIF | 0 | | Fails | VRIF | -1 | | Looks good to me, approved | CRVW | 2 | | Looks good to me, but someone else must approve | CRVW | 1 | | No score | CRVW | 0 | | I would prefer that you didn't submit this | CRVW | -1 | | Do not submit | CRVW | -2 | +-------------------------------------------------+-------------+-------+ 8 rows in set (0.00 sec) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
