[core] creating db schemas disregarding auto-clear-sql param
This commit is contained in:
parent
6827c66373
commit
3d2454afd4
|
@ -270,10 +270,6 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
|
|||
{
|
||||
char *errmsg;
|
||||
|
||||
if (!switch_test_flag((&runtime), SCF_CLEAR_SQL)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
|
||||
switch_core_db_exec(db, test_sql, NULL, NULL, NULL);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue