mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FSCORE-656
This commit is contained in:
parent
af100fd156
commit
252aebf881
@ -196,7 +196,8 @@ SWITCH_DECLARE(void) switch_core_db_test_reactive(switch_core_db_t *db, char *te
|
|||||||
{
|
{
|
||||||
char *errmsg;
|
char *errmsg;
|
||||||
|
|
||||||
if (switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
|
if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
|
||||||
|
switch_core_db_exec(db, test_sql, NULL, NULL, NULL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user