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

Maj script pgsql pour release

parent d6205440
Branches
Tags
No related merge requests found
Showing
with 18 additions and 33 deletions
......@@ -31,7 +31,7 @@
\version $Revision$
*/
define('DOL_VERSION','2.2-beta3');
define('DOL_VERSION','2.2-beta4');
define('EURO',chr(128));
// La fonction clearstatcache ne doit pas etre appele de manire globale car ralenti.
......
......@@ -16,8 +16,6 @@
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
-- $Id$
-- $Source$
--
-- ========================================================================
create table llx_chargesociales
......
-- ===================================================================
-- Copyright (C) 2000-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--
-- 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
-- the Free Software Foundation; either version 2 of the License, or
......
-- ========================================================================
-- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- $Id$
-- $Source$
-- Copyright (C) 2007 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
......
......@@ -21,7 +21,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_action_def.sql,v 1.7 2007/12/02 21:51:12 eldy Exp
-- Id: llx_action_def.sql,v 1.8 2007/12/04 19:01:38 eldy Exp
-- ===================================================================
create table llx_action_def
......@@ -31,5 +31,5 @@ create table llx_action_def
"tms" timestamp,
"titre" varchar(255) NOT NULL,
"description" text,
"objet_type" varchar(10) CHECK (objet_type IN ('ficheinter','facture','propale','mailing'))
"objet_type" 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_compta.sql,v 1.4 2004/10/09 10:47:16 opensides Exp
-- Id: llx_categorie_societe.key.sql,v 1.13 2007/12/03 00:13:10 eldy Exp
-- ============================================================================
ALTER TABLE llx_categorie_societe ADD PRIMARY KEY (fk_categorie, fk_societe);
......
......@@ -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_compta.sql,v 1.4 2004/10/09 10:47:16 opensides Exp
-- Id: llx_categorie_societe.sql,v 1.5 2007/12/03 00:13:25 eldy Exp
-- ============================================================================
create table llx_categorie_societe
......
......@@ -19,9 +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_chargesociales.sql,v 1.7 2007/11/27 05:20:53 eldy Exp
-- $Source$
--
-- Id: llx_chargesociales.sql,v 1.8 2007/12/16 20:40:10 eldy Exp
-- ========================================================================
create table llx_chargesociales
......
......@@ -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_commande_fournisseur_dispatch.key.sql,v 1.2 2007/12/02 22:03:23 eldy Exp
-- Id: llx_commande_fournisseur_dispatch.key.sql,v 1.3 2007/12/11 01:33:54 eldy Exp
-- ===================================================================
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX (fk_commande);
\ No newline at end of file
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_commande (fk_commande);
\ No newline at end of file
......@@ -20,14 +20,14 @@
-- 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_commande_fournisseurdet.sql,v 1.8 2007/12/02 22:03:23 eldy Exp
-- Id: llx_commande_fournisseurdet.sql,v 1.9 2007/12/14 19:44:05 hregis Exp
-- ===================================================================
create table llx_commande_fournisseurdet
(
rowid SERIAL PRIMARY KEY,
"fk_commande" integer NOT NULL,
"fk_product" integer NOT NULL,
"fk_product" integer,
"ref" varchar(50),
"label" varchar(255),
"description" text,
......
......@@ -5,9 +5,6 @@
-- ===================================================================
-- Copyright (C) 2000-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- Id: llx_compta_account.sql,v 1.4 2007/12/02 22:03:23 eldy Exp
-- $Source$
--
-- 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
-- the Free Software Foundation; either version 2 of the License, or
......@@ -22,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_compta_account.sql,v 1.4 2007/12/02 22:03:23 eldy Exp
-- Id: llx_compta_account.sql,v 1.5 2007/12/16 20:40:40 eldy Exp
-- ===================================================================
......
......@@ -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_droitpret_rapport.sql,v 1.2 2007/02/27 09:40:31 patrickrgn Exp
-- Id: llx_droitpret_rapport.sql,v 1.5 2007/12/03 00:13:56 eldy Exp
-- ========================================================================
......
......@@ -20,7 +20,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_paiement.sql,v 1.13 2007/12/02 21:37:41 eldy Exp
-- Id: llx_paiement.sql,v 1.15 2007/12/07 21:27:26 hregis Exp
-- ===================================================================
......
......@@ -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_propaldet.sql,v 1.18 2007/12/02 21:37:46 eldy Exp
-- Id: llx_propaldet.sql,v 1.19 2007/12/12 16:36:00 hregis Exp
-- ===================================================================
create table llx_propaldet
......@@ -51,4 +51,5 @@ create table llx_propaldet
--
-- 1 : frais de port
-- 2 : ecotaxe
-- 3 : option
--
\ No newline at end of file
......@@ -4,10 +4,7 @@
-- ========================================================================
-- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- Id: llx_societe_log.sql,v 1.2 2007/12/02 21:37:46 eldy Exp
-- $Source: /cvsroot/dolibarr/dolibarr/mysql/tables/llx_societe_log.sql,v $
-- Copyright (C) 2007 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
......@@ -23,7 +20,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_societe_log.sql,v 1.2 2007/12/02 21:37:46 eldy Exp
-- Id: llx_societe_log.sql,v 1.3 2007/12/16 20:41:15 eldy Exp
-- ========================================================================
create table llx_societe_log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment