From 38002b254f4dca3c51dd3cd67bfd9caa5143917a Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Tue, 29 Jun 2010 09:08:53 +0000 Subject: [PATCH] Specify exactly which are the search fields Forgot to migrate the DocumentNo column.So in this commit I am setting IsSelectionColumn=Y for all DocumentNo columns. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592 --- .../oracle/745_FR3016592_SpecifySelectionColumns.sql | 3 +++ .../postgresql/745_FR3016592_SpecifySelectionColumns.sql | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 migration/360lts-release/oracle/745_FR3016592_SpecifySelectionColumns.sql create mode 100644 migration/360lts-release/postgresql/745_FR3016592_SpecifySelectionColumns.sql 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' +;