FIX install
This commit is contained in:
parent
b51d7ff972
commit
be87abf0af
12 changed files with 1180 additions and 252 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue