From b04089066115b0e883f6dc92818c052c1dc35ce3 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 10 Dec 2012 14:39:48 +0000 Subject: [PATCH] fix typo --- db_scripts/diff/10290.up | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_scripts/diff/10290.up b/db_scripts/diff/10290.up index 4f9dd6fd..fb03c1d9 100644 --- a/db_scripts/diff/10290.up +++ b/db_scripts/diff/10290.up @@ -1,5 +1,5 @@ USE provisioning; INSERT INTO voip_preferences (attribute, type, max_occur, usr_pref, dom_pref, peer_pref, internal, data_type, read_only, description, modify_timestamp) VALUES -('concurrent_max_per_account', 1, 1, 1, 1, 0, 0, 'int', 0, 'Maximum number of concurrent sessions (calls) for subscribers within the same account', '1970-01-01 00:00:00), -('concurrent_max_out_per_account', 1, 1, 1, 1, 0, 0, 'int', 0, 'Maximum number of concurrent outgoing sessions (calls) for subscribers within the same account', '1970-01-01 00:00:00); +('concurrent_max_per_account', 1, 1, 1, 1, 0, 0, 'int', 0, 'Maximum number of concurrent sessions (calls) for subscribers within the same account', '1970-01-01 00:00:00'), +('concurrent_max_out_per_account', 1, 1, 1, 1, 0, 0, 'int', 0, 'Maximum number of concurrent outgoing sessions (calls) for subscribers within the same account', '1970-01-01 00:00:00');