                USER_PERMS Table Layout for Rivendell

The USER_PERMS table holds data concerning which audio groups are 
are allowed to be accessed by which users.

FIELD NAME           TYPE              REMARKS
---------------------------------------------------------------
ID                   int(10) unsigned  Primary key, auto increment
USER_NAME            varchar(191)      From USERS.LOGIN_NAME
GROUP_NAME           varchar(10)       From GROUPS.NAME
