mirror of https://github.com/sipwise/db-schema.git
Change-Id: I30f47311e44ec06215fa2c984035ddb31a1c4ef0changes/94/4894/1
parent
61b2799270
commit
6209aea0b5
@ -0,0 +1,5 @@
|
|||||||
|
use provisioning;
|
||||||
|
set autocommit=0;
|
||||||
|
select id into @pref_id from voip_preferences where attribute='inbound_uprn';
|
||||||
|
insert into voip_preferences_enum values(NULL, @pref_id, 'Forwarder\'s UPN', 'upn', 1, 1, 1, 0, 0, 0);
|
||||||
|
commit;
|
||||||
Loading…
Reference in new issue