mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
always run test sql even when auto schema is off
This commit is contained in:
parent
e4f90584a7
commit
c47d1ef81c
@ -785,6 +785,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive(switch_cache_db_hand
|
||||
switch_bool_t r = SWITCH_TRUE;
|
||||
|
||||
if (!switch_test_flag((&runtime), SCF_AUTO_SCHEMAS)) {
|
||||
switch_cache_db_execute_sql(dbh, test_sql, NULL);
|
||||
return SWITCH_TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user