quick write ==> direct write
This commit is contained in:
parent
ae7639b320
commit
9c0b1e8a4e
4 changed files with 9 additions and 3 deletions
6
html/admin/sql/patch/upgrade33.sql
Normal file
6
html/admin/sql/patch/upgrade33.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
begin ;
|
||||
|
||||
alter table op_predef_detail rename od_qc to opd_qc;
|
||||
|
||||
update version set val=34;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue