quick write ==> direct write

This commit is contained in:
sparkyx 2007-10-17 17:54:35 +00:00
parent ae7639b320
commit 9c0b1e8a4e
4 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,6 @@
begin ;
alter table op_predef_detail rename od_qc to opd_qc;
update version set val=34;
commit;