From 0d3859d9c30416e33ff60c93e4d60bf3a25d8f28 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Aug 2008 18:47:30 +0000 Subject: [PATCH] Prepare release --- pgsql/tables/llx_c_barcode_type.sql | 7 ++++--- pgsql/tables/llx_deplacement.sql | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pgsql/tables/llx_c_barcode_type.sql b/pgsql/tables/llx_c_barcode_type.sql index 84d3a38e2d4..19b21644935 100644 --- a/pgsql/tables/llx_c_barcode_type.sql +++ b/pgsql/tables/llx_c_barcode_type.sql @@ -3,7 +3,8 @@ -- (c) 2005, Laurent Destailleur. -- ======================================================================== --- Copyright (C) 2007 Regis Houssin +-- Copyright (C) 2007 Regis Houssin +-- Copyright (C) 2008 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -19,10 +20,10 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- Id: llx_c_barcode_type.sql,v 1.4 2008/01/03 18:41:34 eldy Exp +-- Id: llx_c_barcode_type.sql,v 1.5 2008/08/13 11:53:14 eldy Exp -- ======================================================================== -create table llx_c_barcode +create table llx_c_barcode_type ( rowid SERIAL PRIMARY KEY, "code" varchar(16) NOT NULL, diff --git a/pgsql/tables/llx_deplacement.sql b/pgsql/tables/llx_deplacement.sql index f22f89f5d6c..7054f0d74b8 100644 --- a/pgsql/tables/llx_deplacement.sql +++ b/pgsql/tables/llx_deplacement.sql @@ -19,7 +19,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- Id: llx_deplacement.sql,v 1.5 2008/05/26 00:03:52 eldy Exp +-- Id: llx_deplacement.sql,v 1.6 2008/07/12 13:06:11 eldy Exp -- ============================================================================ create table llx_deplacement @@ -31,7 +31,7 @@ create table llx_deplacement "fk_user" integer NOT NULL, "fk_user_author" integer, "type" varchar(12) NOT NULL, - "km" smallint, + "km" real, "fk_soc" integer, "note" text );