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, created_dt,
tenant_id, tenant_id,
code, code,

View File

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