mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
* 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).
12 lines
473 B
Plaintext
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
|