Modif nom de champ

This commit is contained in:
Rodolphe Quiedeville 2005-03-01 13:18:07 +00:00
parent 889483f304
commit 3586cb33dd

View File

@ -23,8 +23,8 @@
create table llx_prelevement_facture create table llx_prelevement_facture
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL, fk_facture integer NOT NULL,
fk_prelevement integer NOT NULL, fk_prelevement_lignes integer NOT NULL
statut smallint DEFAULT 0
)type=innodb; )type=innodb;