core-jgi/migration/315-316/002_fix_language_key.sql

6 lines
78 B
SQL

UPDATE ad_column
SET iskey = 'N'
WHERE ad_column_id = 203;
COMMIT ;