Restructure file , remove html/admin , backup ...

This commit is contained in:
Dany De Bontridder 2015-10-18 23:39:20 +02:00
parent b57df7c0e8
commit 896f3624c7
169 changed files with 48 additions and 54 deletions

View file

@ -0,0 +1,11 @@
begin;
ALTER TABLE quant_sold ADD CONSTRAINT qs_id_pk PRIMARY KEY(qs_id);
COMMENT ON TABLE quant_sold IS 'Contains about invoice for customer';
drop table user_pref;
-- trim the space
update parm_code set p_code=trim(p_code);
update version set val=13;
commit;