summaryrefslogtreecommitdiffstats
path: root/server/sql/rteval-1.1.sql
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor issues in rteval-parser database schemasDavid Sommerseth2012-12-201-0/+1
| | | | | | | - The rtevxmlrpc database user needs SELECT privileges on rtevalruns, otherwise the DatabaseStatus() XML-RPC call fails. - The hwlatdetect_summary table was defined with a wrong column name
* Updated the SQL database schema and XML parser stylesheetDavid Sommerseth2009-12-081-0/+201
- This database schema introduces the rteval_info table which should contain rather static information about the current rteval installation. - New data fields from cyclictest are introduces (variance and mean_abs_dev) - Added //sqldata/@schemaver attributes to all defined tables in xmlparser.xsl - Introduced a delta-1.0_1.1.sql file which will update the old 1.0 based database schema to the new 1.1 version.