[ 1755849 ] Add AD_ModelValidator
- Fixed wrong reference type in the 020 sql script.
This commit is contained in:
parent
ce06b1a7ce
commit
ba173b03d3
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue