Fixing two detected errors in dictionary with IsTranslated definition

This commit is contained in:
Carlos Ruiz 2007-06-21 14:57:00 +00:00
parent dd6618aa2d
commit e3cbd79516
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
UPDATE AD_COLUMN
SET istranslated = 'N'
WHERE ad_column_id = 7604;
UPDATE AD_COLUMN
SET istranslated = 'Y'
WHERE ad_column_id = 6256;
COMMIT;

View File

@ -0,0 +1,9 @@
UPDATE AD_COLUMN
SET istranslated = 'N'
WHERE ad_column_id = 7604;
UPDATE AD_COLUMN
SET istranslated = 'Y'
WHERE ad_column_id = 6256;
COMMIT;