From 8b32cb3b46ca4a5278b8ac0a4585ff629f28f22c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Dec 2006 17:28:54 +0000 Subject: [PATCH] Ajout colonne price float default 0 --- mysql/tables/llx_stock_mouvement.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_stock_mouvement.sql b/mysql/tables/llx_stock_mouvement.sql index daae5a6f808..7082d980652 100644 --- a/mysql/tables/llx_stock_mouvement.sql +++ b/mysql/tables/llx_stock_mouvement.sql @@ -28,6 +28,7 @@ create table llx_stock_mouvement fk_product integer NOT NULL, fk_entrepot integer NOT NULL, value integer, + price float DEFAULT 0, type_mouvement smallint, fk_user_author integer,