core-jgi/migration/360lts-i1.0a/postgresql/809_IDEMPIERE23.sql

5 lines
115 B
SQL

-- new columns found to be problematic
UPDATE AD_Column SET IsAllowCopy='N' WHERE ColumnName IN (
'Reversal_ID'
);