From bd065fc56cd93aa5769bb16364deddc9697c926b Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Thu, 25 Oct 2012 10:59:44 +0000 Subject: [PATCH] DB rev script for no_sipping preference --- db_scripts/diff/11581.down | 1 + db_scripts/diff/11581.up | 1 + 2 files changed, 2 insertions(+) create mode 100644 db_scripts/diff/11581.down create mode 100644 db_scripts/diff/11581.up diff --git a/db_scripts/diff/11581.down b/db_scripts/diff/11581.down new file mode 100644 index 00000000..4e7a3486 --- /dev/null +++ b/db_scripts/diff/11581.down @@ -0,0 +1 @@ +DELETE FROM voip_preferences WHERE attribute = 'no_nat_sipping'; diff --git a/db_scripts/diff/11581.up b/db_scripts/diff/11581.up new file mode 100644 index 00000000..4ef0c6eb --- /dev/null +++ b/db_scripts/diff/11581.up @@ -0,0 +1 @@ +INSERT INTO provisioning.voip_preferences (attribute, type, dom_pref, usr_pref, peer_pref, data_type, max_occur, description) VALUES('no_nat_sipping', 1, 1, 1, 0, 'boolean', 1, 'Don\'t do NAT ping for domain/user. Use with caution: this only makes sense on the access network which does not need pings (e.g. CDMA)');