mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01: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
 |