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/5604.up

5 lines
433 B

use provisioning;
INSERT INTO voip_preferences (attribute, type, usr_pref, data_type, max_occur, description, modify_timestamp)
VALUES('allowed_clis', 0, 1, 'string', 0, 'A list of shell patterns specifying which CLIs are allowed to be set by the subscriber. "*", "?" and "[x-y]" with "x" and "y" representing numbers from 0 to 9 may be used as wildcards as usual in shell patterns.', '1970-01-01 00:00:00');