add auto-create-schemas param to switch.conf.xml

This commit is contained in:
Anthony Minessale
2010-08-04 09:56:53 -05:00
parent 0ec9ffe649
commit a11f4e4fb3
5 changed files with 149 additions and 288 deletions
+5
View File
@@ -196,6 +196,11 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
{
char *errmsg;
if (switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
return;
}
if (db) {
if (test_sql) {
switch_core_db_exec(db, test_sql, NULL, NULL, &errmsg);