move table from bi to afoodhprod

This commit is contained in:
Marvin Vallecillo 2025-05-26 15:27:48 -06:00
parent 277e3089a9
commit 00d0ddbd51
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
insert into bi.daily_inventory(
insert into daily_inventory(
created_dt,
tenant_id,
code,

View File

@ -1,7 +1,7 @@
select
1 value
from
bi.daily_inventory
daily_inventory
where
created_dt = STR_TO_DATE('{date}', '%Y-%m-%d')
and code = '{code}'