From 66f09fd9c5ad9a6abc02c9a3e13387a3524a1eb3 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 1 Oct 2009 05:03:47 +0000 Subject: [PATCH] [ 2871045 ] Activity Control Report - cannot save https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2871045&group_id=176962 --- .../oracle/589_BF2871045_AC_Activity_set_mandatory.sql | 4 ++++ .../postgresql/589_BF2871045_AC_Activity_set_mandatory.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/354a-trunk/oracle/589_BF2871045_AC_Activity_set_mandatory.sql create mode 100644 migration/354a-trunk/postgresql/589_BF2871045_AC_Activity_set_mandatory.sql diff --git a/migration/354a-trunk/oracle/589_BF2871045_AC_Activity_set_mandatory.sql b/migration/354a-trunk/oracle/589_BF2871045_AC_Activity_set_mandatory.sql new file mode 100644 index 0000000000..7c9c6156ef --- /dev/null +++ b/migration/354a-trunk/oracle/589_BF2871045_AC_Activity_set_mandatory.sql @@ -0,0 +1,4 @@ +-- Oct 1, 2009 7:57:37 AM EEST +UPDATE AD_Field SET IsMandatory='Y',Updated=TO_DATE('2009-10-01 07:57:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53991 +; + diff --git a/migration/354a-trunk/postgresql/589_BF2871045_AC_Activity_set_mandatory.sql b/migration/354a-trunk/postgresql/589_BF2871045_AC_Activity_set_mandatory.sql new file mode 100644 index 0000000000..b26cf7cdf2 --- /dev/null +++ b/migration/354a-trunk/postgresql/589_BF2871045_AC_Activity_set_mandatory.sql @@ -0,0 +1,4 @@ +-- Oct 1, 2009 7:57:37 AM EEST +UPDATE AD_Field SET IsMandatory='Y',Updated=TO_TIMESTAMP('2009-10-01 07:57:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53991 +; +