feat(lstv2 move): moved lstv2 into this app to keep them combined and easier to maintain
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const shiftChange = `
|
||||
select top(1) convert(varchar(8) ,convert(time,startdate), 108) as shiftChange
|
||||
from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition] where teamNumber = 1
|
||||
`;
|
||||
Reference in New Issue
Block a user