mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-30 17:23:53 +01:00 
			
		
		
		
	* Removed the 'EVENTS.PROPERTIES' field from the database. * Incremented the database version to 316. * Removed the 'RDEventLine::properties()' and 'RDEventLine::setProperties()' methods. * Added 'RDEventLine::propertiesText()' methods. * Added a 'Trans' column to the event list in the 'Edit Clock' dialog in rdlogmanager(1). * Added a 'Trans' column to the event list in the 'List Events' dialog in rdlogmanager(1). Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			1017 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1017 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                   EVENTS Table Layout for Rivendell
 | |
| 
 | |
| The EVENTS table holds data defining each event in rdlogmanager(1).
 | |
| 
 | |
| FIELD NAME           TYPE               REMARKS
 | |
| ------------------------------------------------------------------------
 | |
| NAME                 varchar(64)        Primary key
 | |
| DISPLAY_TEXT         varchar(64)
 | |
| NOTE_TEXT            varchar(191)
 | |
| PREPOSITION          int(11)
 | |
| TIME_TYPE            int(11)
 | |
| GRACE_TIME           int(11)
 | |
| USE_AUTOFILL         enum('N','Y')
 | |
| AUTOFILL_SLOP        int(11)
 | |
| USE_TIMESCALE        enum('N','Y')
 | |
| IMPORT_SOURCE        int(11)
 | |
| START_SLOP           int(11)
 | |
| END_SLOP             int(11)
 | |
| FIRST_TRANS_TYPE     int(11)
 | |
| DEFAULT_TRANS_TYPE   int(11)
 | |
| COLOR                varchar(7)
 | |
| SCHED_GROUP          varchar(10)
 | |
| ARTIST_SEP           int(10)
 | |
| TITLE_SEP            int(10)
 | |
| HAVE_CODE            varchar(10)
 | |
| HAVE_CODE2           varchar(10)
 | |
| HOR_SEP              int(10) unsigned
 | |
| HOR_DIST             int(10) unsigned
 | |
| NESTED_EVENT         varchar(64)
 | |
| REMARKS              text
 |