You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/base/5603.down

9 lines
361 B

use provisioning;
UPDATE voip_preferences
SET description = 'A realm used for authentication against a peer host.'
WHERE attribute = 'peer_auth_realm';
DELETE FROM voip_preferences WHERE attribute = 'peer_auth_register';
DELETE FROM voip_preferences WHERE attribute = 'concurrent_max';
DELETE FROM voip_preferences WHERE attribute = 'concurrent_max_out';