From 431e7c30e0db10965a2c2b0534d7f6f73657e393 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 11:21:22 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20num=E9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php3 | 2 +- mysql/migration/0.3.0-0.3.1.sql | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 mysql/migration/0.3.0-0.3.1.sql diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 4db8862a192..1b36d840e82 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -19,7 +19,7 @@ * $Source$ * */ -define('DOL_VERSION','0.3.1'); +define('DOL_VERSION','0.4.0'); if (! include ("conf/conf.php")) { diff --git a/mysql/migration/0.3.0-0.3.1.sql b/mysql/migration/0.3.0-0.3.1.sql deleted file mode 100644 index 6ab4abf2967..00000000000 --- a/mysql/migration/0.3.0-0.3.1.sql +++ /dev/null @@ -1,6 +0,0 @@ - --- --- Mise à jour de la version 0.3.0 à 0.3.1 --- - -alter table llx_product add fk_product_type integer default 0 ; \ No newline at end of file