2018-05-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdadmin(1) that caused 'Length' parameters in
	custom log import settings to fail to be copied correctly when
	cloning a new service.
	* Dropped the 'SERVICES.TFC_LENGTH_OFFSET' field from the database.
	* Dropped the 'SERVICES.TFC_LENGTH_LENGTH' field from the database.
	* Dropped the 'SERVICES.MUS_LENGTH_OFFSET' field from the database.
	* Dropped the 'SERVICES.MUS_LENGTH_LENGTH' field from the database.
	* Incremented the database version to 286.
This commit is contained in:
Fred Gleason
2018-05-31 16:48:33 +00:00
parent 5d187d1e38
commit 415878a9a3
7 changed files with 161 additions and 77 deletions

View File

@@ -24,7 +24,7 @@
/*
* Current Database Version
*/
#define RD_VERSION_DATABASE 285
#define RD_VERSION_DATABASE 286
#endif // DBVERSION_H