From a28027c5e4849cb264d5ef7dcb7718e9b9a9018d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 27 Feb 2008 02:28:35 +0000 Subject: [PATCH] Fix [ 1902656 ] Hard to find process in Role window --- migration/331b-trunk/107_BR1902656.sql | 4 ++++ migration/331b-trunk/postgresql/107_BR1902656.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/331b-trunk/107_BR1902656.sql create mode 100644 migration/331b-trunk/postgresql/107_BR1902656.sql diff --git a/migration/331b-trunk/107_BR1902656.sql b/migration/331b-trunk/107_BR1902656.sql new file mode 100644 index 0000000000..557f90303e --- /dev/null +++ b/migration/331b-trunk/107_BR1902656.sql @@ -0,0 +1,4 @@ +-- Feb 26, 2008 9:21:21 PM COT +-- 1902656 - Hard to find process in Role window +UPDATE AD_Column SET IsIdentifier='Y',SeqNo=2,Updated=TO_DATE('2008-02-26 21:21:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=2809 +; \ No newline at end of file diff --git a/migration/331b-trunk/postgresql/107_BR1902656.sql b/migration/331b-trunk/postgresql/107_BR1902656.sql new file mode 100644 index 0000000000..05c99609d2 --- /dev/null +++ b/migration/331b-trunk/postgresql/107_BR1902656.sql @@ -0,0 +1,4 @@ +-- Feb 26, 2008 9:21:28 PM COT +-- 1902656 - Hard to find process in Role window +UPDATE AD_Column SET IsIdentifier='Y',SeqNo=2,Updated=TO_TIMESTAMP('2008-02-26 21:21:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=2809 +; \ No newline at end of file