From 78352ec9968b0f850a78d4b5df3caedcdd255a9d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 12 Oct 2003 18:19:15 +0000 Subject: [PATCH] ajout modif sur llx_facturedet --- mysql/migration/1.0.0-1.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/1.0.0-1.1.0.sql b/mysql/migration/1.0.0-1.1.0.sql index 8c042bce0e8..74af82a9789 100644 --- a/mysql/migration/1.0.0-1.1.0.sql +++ b/mysql/migration/1.0.0-1.1.0.sql @@ -14,6 +14,7 @@ alter table llx_facturedet add remise_percent real default 0; alter table llx_facturedet add remise real default 0; alter table llx_facturedet add subprice real default 0; +alter table llx_facturedet modify fk_product NOT NULL default 0; create table llx_product_fournisseur (