* sql update script for revision 970.
This commit is contained in:
parent
4877817953
commit
a322eb74c4
|
@ -0,0 +1,19 @@
|
||||||
|
delete from ad_process_para_trl
|
||||||
|
where ad_process_para_id in
|
||||||
|
( select ad_process_para_id
|
||||||
|
from ad_process_para
|
||||||
|
where columnname = 'IsRecreate'
|
||||||
|
and ad_process_id =
|
||||||
|
( select ad_process_id
|
||||||
|
from ad_process
|
||||||
|
where value = 'Balance_Update' )
|
||||||
|
);
|
||||||
|
|
||||||
|
delete from ad_process_para
|
||||||
|
where columnname = 'IsRecreate'
|
||||||
|
and ad_process_id =
|
||||||
|
( select ad_process_id
|
||||||
|
from ad_process where value = 'Balance_Update' );
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
Loading…
Reference in New Issue