*** empty log message ***
This commit is contained in:
parent
8106eccd46
commit
2c6eaf14dd
@ -1,5 +1,5 @@
|
|||||||
--
|
--
|
||||||
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- $Id$
|
-- $Id$
|
||||||
-- $Source$
|
-- $Source$
|
||||||
@ -73,6 +73,8 @@ drop table if exists llx_fa_pr;
|
|||||||
|
|
||||||
drop table if exists llx_facture;
|
drop table if exists llx_facture;
|
||||||
|
|
||||||
|
drop table if exists llx_facturedet;
|
||||||
|
|
||||||
drop table if exists llx_facture_fourn;
|
drop table if exists llx_facture_fourn;
|
||||||
|
|
||||||
drop table if exists llx_fichinter;
|
drop table if exists llx_fichinter;
|
||||||
|
|||||||
@ -24,7 +24,7 @@ create table llx_facturedet
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_facture integer NOT NULL,
|
fk_facture integer NOT NULL,
|
||||||
fk_product integer,
|
fk_product integer,
|
||||||
desc text,
|
description text,
|
||||||
price real default 0,
|
price real default 0,
|
||||||
qty smallint
|
qty smallint
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user