
david at kineticode
Aug 28, 2009, 10:34 PM
Post #2 of 2
(1229 views)
Permalink
|
On Aug 28, 2009, at 6:17 PM, Ryan O'Toole wrote: > Which pg table are the contributor types defined in? I have a > contributor > type *compiler* appearing three times in the UI's pull down menus, > and I > need to delete the extra ones. Not sure how they got there in the > first > place. grp: % select id, name, description from grp where class__id = 9; id | name | description ----+------------------+-------------------------------------- 1 | All Contributors | All contributors in the system. 39 | Writers | People who contribute writing. 40 | Illustrators | People who provide original artwork. Best, David
|