Skip to content
Snippets Groups Projects
Commit 0d3859d9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prepare release

parent 9f236910
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
-- (c) 2005, Laurent Destailleur.
-- ========================================================================
-- Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
-- Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
-- Copyright (C) 2008 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- 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,
......
......@@ -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
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment