Rivendellaudio/docs/tables/user_service_perms.txt
Fred Gleason d55a3b9115 2017-11-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USER_SERVICE_PERMS' table to the database.
	* Incremented the database version to 272.
	* Added a 'Service Permissions' button to the Edit User dialog in
	rdadmin(1).
2017-11-28 09:01:42 -05:00

12 lines
473 B
Plaintext

USER_SERVICE_PERMS Table Layout for Rivendell
The USER_SERVICE_PERMS table holds data concerning which services are
are allowed to be accessed by which users.
FIELD NAME TYPE REMARKS
---------------------------------------------------------------
ID int(11) signed Primary key, auto increment
USER_NAME char(255) From USERS.LOGIN_NAME
SERVICE_NAME char(10) From SERVICES.NAME