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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user