mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 17:37:53 +02:00
13 lines
495 B
Plaintext
13 lines
495 B
Plaintext
AUDIO_PERMS Table Layout for Rivendell
|
|
|
|
The AUDIO_PERMS table holds data concerning which audio services are
|
|
are allowed to air which GROUPS. Following is the layout of a record
|
|
in the AUDIO_PERMS table:
|
|
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, auto increment
|
|
GROUP_NAME char(10) Index
|
|
SERVICE_NAME char(10) Index
|