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/diff/15013.up

10 lines
234 B

USE provisioning
SELECT id FROM voip_preferences WHERE attribute='inbound_uprn' INTO @uprn_pref_id;
UPDATE voip_preferences_enum SET value='npn'
WHERE preference_id=@uprn_pref_id
AND value IS NULL
AND dom_pref=1
AND default_val=1;