From d870f55e67ea411562d36d1dd0de2232a251da27 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Jun 2006 00:30:00 +0000 Subject: [PATCH] Qual: Suppression scripts obsoletes --- mysql/tables/llx_editeur.sql | 31 ------------------------------- pgsql/tables/llx_editeur.sql | 35 ----------------------------------- scripts/purge-boutique.sql | 28 ---------------------------- 3 files changed, 94 deletions(-) delete mode 100644 mysql/tables/llx_editeur.sql delete mode 100644 pgsql/tables/llx_editeur.sql delete mode 100644 scripts/purge-boutique.sql diff --git a/mysql/tables/llx_editeur.sql b/mysql/tables/llx_editeur.sql deleted file mode 100644 index 32f9ccaeb52..00000000000 --- a/mysql/tables/llx_editeur.sql +++ /dev/null @@ -1,31 +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_editeur -( - rowid integer AUTO_INCREMENT PRIMARY KEY, - oscid integer NOT NULL, - tms timestamp, - nom varchar(255), - fk_user_author integer -)type=innodb; - diff --git a/pgsql/tables/llx_editeur.sql b/pgsql/tables/llx_editeur.sql deleted file mode 100644 index 22968e86f7c..00000000000 --- a/pgsql/tables/llx_editeur.sql +++ /dev/null @@ -1,35 +0,0 @@ --- Generated from dolibarr_mysql2pgsql --- (c) 2004, PostgreSQL Inc. --- (c) 2005, Laurent Destailleur. - --- ============================================================================ --- 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_editeur -( - rowid SERIAL PRIMARY KEY, - "oscid" integer NOT NULL, - "tms" timestamp, - "nom" varchar(255), - "fk_user_author" integer -); - diff --git a/scripts/purge-boutique.sql b/scripts/purge-boutique.sql deleted file mode 100644 index e1dafd3daca..00000000000 --- a/scripts/purge-boutique.sql +++ /dev/null @@ -1,28 +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$ --- - -delete from llx_auteur; - -delete from llx_editeur; - -delete from llx_livre; - -delete from llx_livre_to_auteur; \ No newline at end of file