diff --git a/migration/360lts-release/oracle/805_IDEMPIERE23.sql b/migration/360lts-release/oracle/805_IDEMPIERE23.sql new file mode 100644 index 0000000000..2ef26735d3 --- /dev/null +++ b/migration/360lts-release/oracle/805_IDEMPIERE23.sql @@ -0,0 +1,7 @@ +-- IDEMPIERE-23 Copy record present problem for some columns +UPDATE AD_Field SET IsAllowCopy='N' WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE ColumnName IN ( +'IsCreated', +'I_IsImported', +'SeqNo' +)); + diff --git a/migration/360lts-release/postgresql/805_IDEMPIERE23.sql b/migration/360lts-release/postgresql/805_IDEMPIERE23.sql new file mode 100644 index 0000000000..2ef26735d3 --- /dev/null +++ b/migration/360lts-release/postgresql/805_IDEMPIERE23.sql @@ -0,0 +1,7 @@ +-- IDEMPIERE-23 Copy record present problem for some columns +UPDATE AD_Field SET IsAllowCopy='N' WHERE AD_Column_ID IN (SELECT AD_Column_ID FROM AD_Column WHERE ColumnName IN ( +'IsCreated', +'I_IsImported', +'SeqNo' +)); +