FIX install

This commit is contained in:
sparkyx 2005-02-26 10:20:47 +00:00
parent b51d7ff972
commit be87abf0af
12 changed files with 1180 additions and 252 deletions

View file

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