by davide.filippi » Wed May 30, 2018 9:58 am
Hi all,
I did it.
First of all check which table you have to update. Go in "information_schema" database, "COLUMN" table and execute
SELECT * from COLUMNS where table_schema = "yourasteriskdb" and column_name = "user_group". This show you all tables contains user_group field.
After this you can execute for all tables you found in the first step
update [one of the table found in the previous step] set user_group = "NewUserGroup" where user_group = "OldUserGroup"
Hope this can help.
Regards
ViciBox.x86_64-4.0.1.iso from dvd | Vicidial VERSION: 2.8-403aBUILD: 130510-1350 | SVN Version: 1983 | Cluster: 4 web+dialer (2 Dell Poweredge 1950 - 1 Dell Poweredge 2950; 1 Dell Poweredge R610); 1 db on Dell Poweredge R710 | no extra hw/sw