2020-04-16 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'EVENTS.POST_POINT' field from the database.
	* Removed the 'LOG_LINES.POST_POINT' field from the database.
	* Incremented the database version tp 315.
	* Removed 'RDEventLine::postPoint()' and
	'RDEventLine::setPostPoint()' methods.
	* Removed the 'Post Point' checkbox from the 'Editing Event' dialog
	in rdlogmanager(1).
This commit is contained in:
Fred Gleason
2020-04-16 17:26:18 -04:00
parent 5126a59e05
commit 2e6a13eba1
22 changed files with 187 additions and 250 deletions

View File

@@ -11,7 +11,6 @@ NOTE_TEXT varchar(191)
PREPOSITION int(11)
TIME_TYPE int(11)
GRACE_TIME int(11)
POST_POINT enum('N','Y')
USE_AUTOFILL enum('N','Y')
AUTOFILL_SLOP int(11)
USE_TIMESCALE enum('N','Y')

View File

@@ -15,7 +15,6 @@ START_TIME int(11) Milliseconds after 00:00:00
GRACE_TIME int(11) signed
CART_NUMBER int(10) unsigned From CART.NUMBER
TIME_TYPE int(11) signed
POST_POINT enum('N','Y')
TRANS_TYPE int(11) signed 0 = Play, 1 = Stop, 2 = Segue
START_POINT int(11) signed Overloads CUTS.START_POINT
END_POINT int(11) signed Overloads CUTS.END_POINT