Skip to content
Snippets Groups Projects
Commit 3586cb33 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif nom de champ

parent 889483f3
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@
create table llx_prelevement_facture
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
fk_prelevement integer NOT NULL,
statut smallint DEFAULT 0
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
fk_prelevement_lignes integer NOT NULL
)type=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment