From ba173b03d388bf832014cc722ea86b3a7067c2e5 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Sat, 17 Nov 2007 08:08:33 +0000 Subject: [PATCH] [ 1755849 ] Add AD_ModelValidator - Fixed wrong reference type in the 020 sql script. --- migration/330-trunk/038_AD_ModelValidatorPatch.sql | 9 +++++++++ .../330-trunk/postgresql/038_AD_ModelValidatorPatch.sql | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 migration/330-trunk/038_AD_ModelValidatorPatch.sql create mode 100644 migration/330-trunk/postgresql/038_AD_ModelValidatorPatch.sql diff --git a/migration/330-trunk/038_AD_ModelValidatorPatch.sql b/migration/330-trunk/038_AD_ModelValidatorPatch.sql new file mode 100644 index 0000000000..61ab65b472 --- /dev/null +++ b/migration/330-trunk/038_AD_ModelValidatorPatch.sql @@ -0,0 +1,9 @@ +-- Fixed wrong reference id for the entitytype column in the 020 script. + +UPDATE AD_Column +SET AD_Reference_ID = 18, +AD_Reference_Value_ID = 389 +WHERE AD_Column_ID = 53263; + +COMMIT; + diff --git a/migration/330-trunk/postgresql/038_AD_ModelValidatorPatch.sql b/migration/330-trunk/postgresql/038_AD_ModelValidatorPatch.sql new file mode 100644 index 0000000000..61ab65b472 --- /dev/null +++ b/migration/330-trunk/postgresql/038_AD_ModelValidatorPatch.sql @@ -0,0 +1,9 @@ +-- Fixed wrong reference id for the entitytype column in the 020 script. + +UPDATE AD_Column +SET AD_Reference_ID = 18, +AD_Reference_Value_ID = 389 +WHERE AD_Column_ID = 53263; + +COMMIT; +