Add missing files
This commit is contained in:
parent
869d6d54b6
commit
961c6652d8
1 changed files with 11 additions and 0 deletions
11
html/admin/sql/patch/upgrade12.sql
Normal file
11
html/admin/sql/patch/upgrade12.sql
Normal 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);
|
||||
|
||||
upgrade version set val=13;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue