From e8686da5492af901a0668c9bd734c7640a49bdd1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Dec 2006 15:36:36 +0000 Subject: [PATCH] Ajout ALTER TABLE llx_entrepot ADD COLUMN valo_pmp float(12,4) DEFAULT 0; --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 8e9ce1439ff..a3f25625f21 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -584,3 +584,4 @@ create table llx_entrepot_valorisation key(fk_entrepot) )type=innodb; +ALTER TABLE llx_entrepot ADD COLUMN valo_pmp float(12,4) DEFAULT 0; \ No newline at end of file