Change jrn_def_code

This commit is contained in:
Dany De Bontridder 2011-01-28 12:45:26 +00:00
parent 2b92170032
commit fa305bcc90
2 changed files with 3 additions and 1 deletions

View file

@ -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));