Changement du nom des tables
This commit is contained in:
parent
f1e876d9bd
commit
be50b92629
@ -22,7 +22,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table actioncomm
|
||||
create table llx_actioncomm
|
||||
(
|
||||
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datea datetime, -- action date
|
||||
@ -1,5 +1,5 @@
|
||||
-- ========================================================================
|
||||
-- Copyright (C) 2000-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2000-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- $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
|
||||
@ -1,5 +1,5 @@
|
||||
-- ============================================================================
|
||||
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- $Id$
|
||||
-- $Source$
|
||||
@ -20,7 +20,7 @@
|
||||
--
|
||||
-- ============================================================================
|
||||
|
||||
create table socpeople
|
||||
create table llx_socpeople
|
||||
(
|
||||
idp integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datec datetime,
|
||||
@ -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$
|
||||
-- $Source$
|
||||
--
|
||||
@ -21,7 +20,7 @@
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table socstatutlog
|
||||
create table llx_socstatutlog
|
||||
(
|
||||
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datel datetime,
|
||||
Loading…
Reference in New Issue
Block a user