2016-07-25 Fred Gleason <fredg@paravelsystems.com>

* Added a 'SERVICE_CLOCKS' table to the database.
	* Incremented the database version to 259.
	* Modified 'rdlogmanager/edit_clock.cpp' to use the new
	'SERVICE_CLOCKS' table.
	* Modified 'rdlogmanager/list_clocks.cpp' to use the new
	'SERVICE_CLOCKS' table.
This commit is contained in:
Fred Gleason
2016-07-25 15:18:14 -04:00
parent fdc40e8bbb
commit 9550815023
10 changed files with 326 additions and 188 deletions

View File

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