Merge pull request #1 from ElvishArtisan/master

2014-11-30 Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
danielbair 2014-12-01 10:54:54 +07:00
commit 7a035a9a1f
2 changed files with 4 additions and 0 deletions

View File

@ -14670,3 +14670,6 @@
2014-11-25 Fred Gleason <fredg@paravelsystems.com>
* Updated 'NEWS'.
* Incremented the package version to 2.10.2.
2014-11-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed missing 'EVENTS.HAVE_CODE2' field in the DB creation code
in 'rdadmin/createdb.cpp'.

View File

@ -1493,6 +1493,7 @@ bool CreateDb(QString name,QString pwd)
SCHED_GROUP VARCHAR(10),\
TITLE_SEP INT(10) UNSIGNED,\
HAVE_CODE VARCHAR(10),\
HAVE_CODE2 VARCHAR(10),\
HOR_SEP INT(10) UNSIGNED,\
HOR_DIST INT(10) UNSIGNED,\
NESTED_EVENT char(64),\