2
0
forked from Wavyzz/dolibarr

Nouvelle version

This commit is contained in:
Rodolphe Quiedeville
2003-08-11 19:07:41 +00:00
parent 73197138f1
commit 2bc84c8565

View File

@@ -68,9 +68,9 @@ create table llx_societe
client smallint default 0, -- client oui/non
fournisseur smallint default 0, -- fournisseur oui/non
UNIQUE INDEX(prefix_comm),
)
type=INNODB;
UNIQUE INDEX(prefix_comm)
);
create table llx_socstatutlog
(
@@ -474,8 +474,7 @@ create table llx_tva
amount real NOT NULL default 0,
label varchar(255),
note text
)
type=INNODB;-- ===================================================================
);
create table llx_domain
(
@@ -687,11 +686,8 @@ create table llx_facture
note text,
UNIQUE INDEX (facnumber),
INDEX fksoc (fk_soc),
FOREIGN KEY (fk_soc)
REFERENCES llx_societe(idp) ON DELETE NO ACTION ON UPDATE NO ACTION
)
type=INNODB;-- ===================================================================
INDEX fksoc (fk_soc)
);
create table llx_facturedet
(