This commit is contained in:
2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--Migration
update f
set C_FOGLALKOZASTIPUSA = 8999, MODIFIER = 0, LASTCHANGED = GETDATE(), SERIAL += 1
-- select f.ID
from T_FOGLALKOZAS f
inner join T_CSOPORT cs on cs.ID = f.C_OSZTALYCSOPORTID
where f.C_FOGLALKOZASTIPUSA = 1339
and cs.C_TIPUSA = 8831
update csf
set TOROLT = 'T', MODIFIER = 0, LASTCHANGED = GETDATE(), SERIAL += 1
-- select csf.ID
from T_CSOPORTTIPUS_FOGLALKOZASTIPU csf
where csf.C_FOGLALKOZASTIPUSID = 1339
and csf.C_CSOPORTTIPUSID = 8831
and csf.TOROLT = 'F'