From b7d6773943f2dbf0b819e75ec058e3b1d5ac3805 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 10 Dec 2012 16:33:13 +0000 Subject: [PATCH] fix typo --- db_scripts/base/5737.up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/base/5737.up b/db_scripts/base/5737.up index a27e05d6..7a39a055 100644 --- a/db_scripts/base/5737.up +++ b/db_scripts/base/5737.up @@ -1 +1 @@ -INSERT INTO provisioning.voip_preferences (attribute, type, dom_pref, usr_pref, peer_pref, data_type, max_occur, description, modify_timestamp) VALUES('find_subscriber_by_auth_user', 1, 0, 0, 1, 'boolean', 1, 'For incoming calls from this peer, find the destination subscriber also using its auth_username used for outbound registration., '1970-01-01 00:00:00''); +INSERT INTO provisioning.voip_preferences (attribute, type, dom_pref, usr_pref, peer_pref, data_type, max_occur, description, modify_timestamp) VALUES('find_subscriber_by_auth_user', 1, 0, 0, 1, 'boolean', 1, 'For incoming calls from this peer, find the destination subscriber also using its auth_username used for outbound registration., '1970-01-01 00:00:00');