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

Added database changes to changelog (need to update database/quexs.sql)

Added operator_chat_enabled function
Added sUpervisor chat tab to index
updated chat to be able to send and receive
This commit is contained in:
Adam Zammit
2013-07-16 16:34:36 +10:00
parent 69ba3fb690
commit 0554fd4b25
5 changed files with 139 additions and 23 deletions

View File

@@ -1,3 +1,11 @@
queXS 1.9.0 - Changes since 1.8.0
Database updates:
ALTER TABLE `operator` ADD `chat_enable` TINYINT( 1 ) NULL DEFAULT '0',
ADD `chat_user` VARCHAR( 255 ) NULL ,
ADD `chat_password` VARCHAR( 255 ) NULL ;
queXS 1.8.0 - Changes since 1.7.6
New Feature: Allow for restricting the view of sample variables to operators