feat(lstv2 move): moved lstv2 into this app to keep them combined and easier to maintain
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const getLanes = `
|
||||
select DISTINCT alpla_laneDescription
|
||||
from Alpla_Lst.dbo.lanes (nolock)
|
||||
where alpla_laneDescription is not null
|
||||
order by alpla_laneDescription desc
|
||||
`;
|
||||
Reference in New Issue
Block a user