qp_internal and qs_internal are not null

This commit is contained in:
Dany De Bontridder 2010-07-06 20:08:57 +00:00
parent 34a50d1191
commit 98ce241f6e

View file

@ -23,6 +23,8 @@ ALTER TABLE jrn_rapt
ON UPDATE cascade ON DELETE cascade;
ALTER TABLE attr_def ADD COLUMN ad_type text;
alter table quant_sold alter qs_internal drop not null;
alter table quant_purchase alter qp_internal drop not null;
update attr_def set ad_type='text';
update attr_def set ad_type='numeric' where ad_id in (6,7,8,11,21,22);