2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated database schema

Updated changelog to 1.8.0
This commit is contained in:
Adam Zammit
2013-07-04 15:14:28 +10:00
parent 5647dd4daf
commit c23097eceb
2 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
queXS 1.8.0 - Changes since 1.7.6
New Feature: Allow for restricting the view of sample variables to operators
New Feature: Case status and assignment page allowing to view the current status of cases by questionnaire, and allow for the manual assigning to operators if required
Database updates:
CREATE TABLE IF NOT EXISTS `case_queue` (
`case_queue_id` bigint(20) NOT NULL AUTO_INCREMENT,
`case_id` bigint(20) NOT NULL,