mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-30 17:23:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			428 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			428 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                   NEXUS_QUEUE Table Layout for Rivendell
 | |
| 
 | |
| The NEXUS_QUEUE table holds notifications that could not be sent
 | |
| to a MusicMaster Nexus server.
 | |
| 
 | |
| FIELD NAME           TYPE              REMARKS
 | |
| --------------------------------------------------------------------------
 | |
| ID                   int(11)           Primary Key
 | |
| NOTIFICATION         varchar(255)
 | |
| ERROR                varchar(255)
 | |
| CREATED              timestamp
 | |
| 
 |