diff --git a/migration/360lts-release/oracle/745_FR3016592_SpecifySelectionColumns.sql b/migration/360lts-release/oracle/745_FR3016592_SpecifySelectionColumns.sql new file mode 100644 index 0000000000..2f35ee93ec --- /dev/null +++ b/migration/360lts-release/oracle/745_FR3016592_SpecifySelectionColumns.sql @@ -0,0 +1,3 @@ +UPDATE AD_Column SET IsSelectionColumn='Y' +WHERE IsSelectionColumn='N' AND ColumnName='DocumentNo' +; diff --git a/migration/360lts-release/postgresql/745_FR3016592_SpecifySelectionColumns.sql b/migration/360lts-release/postgresql/745_FR3016592_SpecifySelectionColumns.sql new file mode 100644 index 0000000000..2f35ee93ec --- /dev/null +++ b/migration/360lts-release/postgresql/745_FR3016592_SpecifySelectionColumns.sql @@ -0,0 +1,3 @@ +UPDATE AD_Column SET IsSelectionColumn='Y' +WHERE IsSelectionColumn='N' AND ColumnName='DocumentNo' +;