Files
kreta/Kreta.DataAccess.Migrations/Scripts/Archive/20180130130517_KRETA_4885_4972/RenameDictionaryItems.sql
2024-03-13 00:33:46 +01:00

21 lines
296 B
Transact-SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

GO
UPDATE T_DICTIONARYITEMBASE SET
C_NAME = 'Kollégiumvezetői intés'
,C_NAME_1 = 'Kollégiumvezetői intés'
WHERE ID = 6947
GO
UPDATE T_DICTIONARYITEMBASE SET
TOROLT = 'T'
WHERE ID = 6950
GO
UPDATE T_DICTIONARYITEMBASE SET
C_NAME = ''
,C_NAME_1 = ''
WHERE ID = 6961
GO