From 6776f9e2633fd07f28715d55f8bf9b7091ba101c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Mar 2006 19:44:52 +0000 Subject: [PATCH] =?UTF-8?q?Supprime=20fichiers=20trop=20sp=E9cifiques=20no?= =?UTF-8?q?n=20g=E9n=E9rique=20=E0=20un=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/tables/llx_auteur.sql | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 mysql/tables/llx_auteur.sql diff --git a/mysql/tables/llx_auteur.sql b/mysql/tables/llx_auteur.sql deleted file mode 100644 index 98021250a19..00000000000 --- a/mysql/tables/llx_auteur.sql +++ /dev/null @@ -1,30 +0,0 @@ --- ============================================================================ --- Copyright (C) 2003 Rodolphe Quiedeville --- --- 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. --- --- $Id$ --- $Source$ --- --- ============================================================================ - -create table llx_auteur -( - rowid integer AUTO_INCREMENT PRIMARY KEY, - oscid integer NOT NULL, - tms timestamp, - nom varchar(255), - fk_user_author integer -)type=innodb;