From 8b9e0c9fcaa4e36397582c0f535cc8a246f6d7d5 Mon Sep 17 00:00:00 2001 From: tspc Date: Fri, 18 Sep 2009 10:03:40 +0000 Subject: [PATCH] Enable Libero Validator missing from 3.54a seed as reported here: http://adempiere.svn.sourceforge.net/adempiere/?rev=10273&view=rev --- migration/354a-trunk/oracle/579_enableLiberoValidator.sql | 2 ++ migration/354a-trunk/postgresql/579_enableLiberoValidator.sql | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 migration/354a-trunk/oracle/579_enableLiberoValidator.sql create mode 100644 migration/354a-trunk/postgresql/579_enableLiberoValidator.sql diff --git a/migration/354a-trunk/oracle/579_enableLiberoValidator.sql b/migration/354a-trunk/oracle/579_enableLiberoValidator.sql new file mode 100644 index 0000000000..1cc5c04bb0 --- /dev/null +++ b/migration/354a-trunk/oracle/579_enableLiberoValidator.sql @@ -0,0 +1,2 @@ +UPDATE AD_ModelValidator SET IsActive='Y' WHERE +AD_ModelValidator_ID=50000; diff --git a/migration/354a-trunk/postgresql/579_enableLiberoValidator.sql b/migration/354a-trunk/postgresql/579_enableLiberoValidator.sql new file mode 100644 index 0000000000..1cc5c04bb0 --- /dev/null +++ b/migration/354a-trunk/postgresql/579_enableLiberoValidator.sql @@ -0,0 +1,2 @@ +UPDATE AD_ModelValidator SET IsActive='Y' WHERE +AD_ModelValidator_ID=50000;