[ 1755849 ] Add AD_ModelValidator

- Fixed wrong reference type in the 020 sql script.
This commit is contained in:
Heng Sin Low 2007-11-17 08:08:33 +00:00
parent ce06b1a7ce
commit ba173b03d3
2 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -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;