core-jgi/migration/316-320/004_fix_bug_1705164.sql

5 lines
80 B
SQL

UPDATE AD_FIELD
SET issameline = 'N'
WHERE ad_field_id = 2204;
COMMIT;