core-jgi/migration/330-331b/postgresql/008_BF_1672847.sql

7 lines
140 B
SQL

update AD_Column
set isparent = 'N'
where AD_Column_ID in (13467, 13468);
update ad_tab
set ad_column_id = null
where AD_Tab_ID=701;