renumber and copy to postgres directory
This commit is contained in:
parent
8f8c05f7a4
commit
e22dace233
|
@ -0,0 +1,8 @@
|
|||
DELETE FROM AD_Ref_List
|
||||
WHERE AD_Ref_List_ID=638;
|
||||
|
||||
UPDATE AD_Ref_List
|
||||
SET IsActive='N'
|
||||
WHERE AD_Ref_List_ID IN (634,611);
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue