Change jrn_def_code
This commit is contained in:
parent
2b92170032
commit
fa305bcc90
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
create unique index qs_j_id on quant_sold(j_id);
|
||||
create unique index qp_j_id on quant_purchase(j_id);
|
||||
create unique index qf_jr_id on quant_fin(jr_id);
|
||||
create unique index qf_jr_id on quant_fin(jr_id);
|
||||
update jrn_def set jrn_def_code=substr(jrn_def_code,1,1)||substr(jrn_def_code,length(jrn_def_code)-1,length(jrn_def_code));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue