Bring up to date with removed items

This commit is contained in:
2026-08-26 11:58:39 -04:00
parent 0c3e4bb3e9
commit 3124f64e03
1885 changed files with 4 additions and 647185 deletions
@@ -1,7 +0,0 @@
SELECT FormatID,20000+T.C.value('@Index','int') AS MyType
, T.C.value('@Type','varchar(255)') AS MyType
, T.C.value('(StepEditData/TypeMenu/@MenuItem)[1]','varchar(255)') AS MyMenuItem
,T.C.value('@ParentType','varchar(255)') AS MyParentType
FROM Formats
Cross Apply Data.nodes('/PlantFormat/FormatData/StepData/Step') T(C)
where formatid = 79
@@ -1,6 +0,0 @@
use VEPROMS
set nocount on
select contentid, cast(text as varchar(50)) from contents where contentid = 1140
select itemid from items where contentid = 1140
select TOId, RangeID from transitions where fromid = 1140
select roid from rousages where contentid = 1140