[Freeswitch-svn] [commit] r13886 - freeswitch/trunk/scripts/contrib/ledr/mod_xml_odbc

FreeSWITCH SVN ledr at freeswitch.org
Sun Jun 21 09:23:10 PDT 2009


Author: ledr
Date: Sun Jun 21 11:23:10 2009
New Revision: 13886

Log:
Modified test_data.sql to reflect change in structure


Modified:
   freeswitch/trunk/scripts/contrib/ledr/mod_xml_odbc/test_data.sql

Modified: freeswitch/trunk/scripts/contrib/ledr/mod_xml_odbc/test_data.sql
==============================================================================
--- freeswitch/trunk/scripts/contrib/ledr/mod_xml_odbc/test_data.sql	(original)
+++ freeswitch/trunk/scripts/contrib/ledr/mod_xml_odbc/test_data.sql	Sun Jun 21 11:23:10 2009
@@ -3,7 +3,6 @@
 INSERT INTO `dir_domain_variables` (`id`, `dir_domain_id`, `name`, `value`) VALUES (1, 1, 'dom_variable_name', 'dom_variable_value');
 INSERT INTO `dir_groups` (`id`, `name`) VALUES (1, 'prepay'), (2, 'annoying_customers');
 INSERT INTO `dir_groups_users` (`dir_group_id`, `dir_user_id`) VALUES (1, 1), (2, 1);
-INSERT INTO `dir_users` (`id`, `dir_domain_id`) VALUES (1, 1);
-INSERT INTO `dir_user_attrs` (`id`, `dir_user_id`, `name`, `value`) VALUES (1, 1, 'id', 'someuser'), (2, 1, 'mailbox', '1234');
+INSERT INTO `dir_users` (`id`, `dir_domain_id`, `username`, `cidr`, `mailbox`, `number-alias`) VALUES (1, 1, 'someuser', NULL, 'leon at toyos.nl', '0031320227470');
 INSERT INTO `dir_user_params` (`id`, `dir_user_id`, `name`, `value`) VALUES (1, 1, 'password', 'topsecret'), (2, 1, 'vm-password', '0000');
 INSERT INTO `dir_user_variables` (`id`, `dir_user_id`, `name`, `value`) VALUES (1, 1, 'accountcode', '1234'), (2, 1, 'user_context', 'default'), (3, 1, 'vm_extension', '1234');



More information about the Freeswitch-svn mailing list