Add 'db_pools' to 'config.sh' crates.

This commit is contained in:
Sergio Benitez 2022-05-09 06:31:17 -05:00
parent f568d43caa
commit 1c9ac78f76
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ ALL_CRATE_ROOTS=(
"${CORE_LIB_ROOT}"
"${CONTRIB_ROOT}/sync_db_pools/codegen"
"${CONTRIB_ROOT}/sync_db_pools/lib"
"${CONTRIB_ROOT}/db_pools/codegen"
"${CONTRIB_ROOT}/db_pools/lib"
"${CONTRIB_ROOT}/dyn_templates"
)