Changement du nom des tables

This commit is contained in:
Rodolphe Quiedeville 2003-05-26 08:38:03 +00:00
parent f1e876d9bd
commit be50b92629
4 changed files with 7 additions and 10 deletions

View File

@ -22,7 +22,7 @@
-- --
-- ======================================================================== -- ========================================================================
create table actioncomm create table llx_actioncomm
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,
datea datetime, -- action date datea datetime, -- action date

View File

@ -1,5 +1,5 @@
-- ======================================================================== -- ========================================================================
-- Copyright (C) 2000-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2000-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- --
-- $Id$ -- $Id$
-- $Source$ -- $Source$
@ -18,11 +18,9 @@
-- along with this program; if not, write to the Free Software -- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- 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, idp integer AUTO_INCREMENT PRIMARY KEY,
id varchar(32), -- private id id varchar(32), -- private id

View File

@ -1,5 +1,5 @@
-- ============================================================================ -- ============================================================================
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- --
-- $Id$ -- $Id$
-- $Source$ -- $Source$
@ -20,7 +20,7 @@
-- --
-- ============================================================================ -- ============================================================================
create table socpeople create table llx_socpeople
( (
idp integer AUTO_INCREMENT PRIMARY KEY, idp integer AUTO_INCREMENT PRIMARY KEY,
datec datetime, datec datetime,

View File

@ -1,7 +1,6 @@
-- ======================================================================== -- ========================================================================
-- Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- --
-- SGBD : PostgreSQL 6.5.3
-- $Id$ -- $Id$
-- $Source$ -- $Source$
-- --
@ -21,7 +20,7 @@
-- --
-- ======================================================================== -- ========================================================================
create table socstatutlog create table llx_socstatutlog
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,
datel datetime, datel datetime,