fix bug [ 1707019 ] Fixed Assets package is broking synchronize translation
better indentation dropped the AD_Synchronize specific for Oracle for easier maintenance.
This commit is contained in:
parent
3b9a37e64b
commit
c12ec7d400
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,12 @@
|
|||
-- only needed for oracle
|
||||
|
||||
UPDATE AD_PROCESS
|
||||
SET classname = 'org.compiere.process.SynchronizeTerminology',
|
||||
procedurename = NULL,
|
||||
updated = TO_DATE ('2007-05-07 21:20:30', 'YYYY-MM-DD HH24:MI:SS'),
|
||||
updatedby = 100
|
||||
WHERE ad_process_id = 172;
|
||||
|
||||
COMMIT ;
|
||||
|
||||
DROP PROCEDURE Ad_Synchronize;
|
Loading…
Reference in New Issue