From 2f69c7d0b74047c7439537f6d540848c8a889482 Mon Sep 17 00:00:00 2001 From: opensides Date: Sat, 5 Jun 2004 23:27:04 +0000 Subject: [PATCH] table actioncomm.sql remplacee par c_actioncomm.sql --- pgsql/tables/actioncomm.sql | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 pgsql/tables/actioncomm.sql diff --git a/pgsql/tables/actioncomm.sql b/pgsql/tables/actioncomm.sql deleted file mode 100644 index 203263c5120..00000000000 --- a/pgsql/tables/actioncomm.sql +++ /dev/null @@ -1,50 +0,0 @@ --- ======================================================================== --- Copyright (C) 2001-2002 Rodolphe Quiedeville --- Copyright (C) 2002-2003 Éric Seigne --- --- $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 --- (at your option) any later version. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License --- along with this program; if not, write to the Free Software --- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --- --- Actions commerciales --- --- ======================================================================== -create table actioncomm -( - id SERIAL, - datea timestamp, -- action date - fk_action integer, - - label varchar(50), -- libelle de l'action - - fk_soc integer, - fk_contact integer default 0, - - fk_user_action integer, -- id de la personne qui doit effectuer l'action - fk_user_author integer, - - priority smallint, - - percent smallint, - - note text, - propalrowid integer -); - ---create table llx_todocomm - - -