5 lines
120 B
MySQL
5 lines
120 B
MySQL
|
update ad_sysconfig
|
||
|
set value='http://developer.idempiere.com/cgi-bin/get_ID'
|
||
|
where ad_sysconfig_id in (50000, 50004);
|
||
|
|