From be50b926295f5ba29b2903c3508a6bb5b2dc085d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 26 May 2003 08:38:03 +0000 Subject: [PATCH] Changement du nom des tables --- mysql/tables/{actioncomm.sql => llx_actioncomm.sql} | 2 +- mysql/tables/{societe.sql => llx_societe.sql} | 6 ++---- mysql/tables/{socpeople.sql => llx_socpeople.sql} | 4 ++-- mysql/tables/{socstatutlog.sql => llx_socstatutlog.sql} | 5 ++--- 4 files changed, 7 insertions(+), 10 deletions(-) rename mysql/tables/{actioncomm.sql => llx_actioncomm.sql} (98%) rename mysql/tables/{societe.sql => llx_societe.sql} (95%) rename mysql/tables/{socpeople.sql => llx_socpeople.sql} (93%) rename mysql/tables/{socstatutlog.sql => llx_socstatutlog.sql} (89%) diff --git a/mysql/tables/actioncomm.sql b/mysql/tables/llx_actioncomm.sql similarity index 98% rename from mysql/tables/actioncomm.sql rename to mysql/tables/llx_actioncomm.sql index 9bf171eaf8f..90760b3564a 100644 --- a/mysql/tables/actioncomm.sql +++ b/mysql/tables/llx_actioncomm.sql @@ -22,7 +22,7 @@ -- -- ======================================================================== -create table actioncomm +create table llx_actioncomm ( id integer AUTO_INCREMENT PRIMARY KEY, datea datetime, -- action date diff --git a/mysql/tables/societe.sql b/mysql/tables/llx_societe.sql similarity index 95% rename from mysql/tables/societe.sql rename to mysql/tables/llx_societe.sql index abe14f5b1ef..fc49e7b5356 100644 --- a/mysql/tables/societe.sql +++ b/mysql/tables/llx_societe.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2000-2002 Rodolphe Quiedeville +-- Copyright (C) 2000-2003 Rodolphe Quiedeville -- -- $Id$ -- $Source$ @@ -18,11 +18,9 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- SGBD : Mysql 3.23 --- -- ======================================================================== -create table societe +create table llx_societe ( idp integer AUTO_INCREMENT PRIMARY KEY, id varchar(32), -- private id diff --git a/mysql/tables/socpeople.sql b/mysql/tables/llx_socpeople.sql similarity index 93% rename from mysql/tables/socpeople.sql rename to mysql/tables/llx_socpeople.sql index 276b9abaca8..650666471a4 100644 --- a/mysql/tables/socpeople.sql +++ b/mysql/tables/llx_socpeople.sql @@ -1,5 +1,5 @@ -- ============================================================================ --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2003 Rodolphe Quiedeville -- -- $Id$ -- $Source$ @@ -20,7 +20,7 @@ -- -- ============================================================================ -create table socpeople +create table llx_socpeople ( idp integer AUTO_INCREMENT PRIMARY KEY, datec datetime, diff --git a/mysql/tables/socstatutlog.sql b/mysql/tables/llx_socstatutlog.sql similarity index 89% rename from mysql/tables/socstatutlog.sql rename to mysql/tables/llx_socstatutlog.sql index a5dc5ed8abb..bf6cc52d96d 100644 --- a/mysql/tables/socstatutlog.sql +++ b/mysql/tables/llx_socstatutlog.sql @@ -1,7 +1,6 @@ -- ======================================================================== --- Copyright (C) 2002 Rodolphe Quiedeville +-- Copyright (C) 2002-2003 Rodolphe Quiedeville -- --- SGBD : PostgreSQL 6.5.3 -- $Id$ -- $Source$ -- @@ -21,7 +20,7 @@ -- -- ======================================================================== -create table socstatutlog +create table llx_socstatutlog ( id integer AUTO_INCREMENT PRIMARY KEY, datel datetime,