Update database schema

This commit is contained in:
sparkyx 2005-02-22 13:51:29 +00:00
parent 74a8ffa38e
commit a29eb08883
14 changed files with 468 additions and 406 deletions

View file

@ -169,7 +169,9 @@ CREATE TABLE jrn (
jrn_ech date,
jr_ech date,
jr_rapt text,
jr_valid boolean DEFAULT true
jr_valid boolean DEFAULT true,
j_pj integer,
jr_opid integer
);
CREATE TABLE stock_goods (
sg_id integer DEFAULT nextval('s_stock_goods'::text) NOT NULL,