diff --git a/mysql/tables/c_actioncomm.sql b/mysql/tables/llx_c_actioncomm.sql similarity index 89% rename from mysql/tables/c_actioncomm.sql rename to mysql/tables/llx_c_actioncomm.sql index 288e3230b42..5e3152140da 100644 --- a/mysql/tables/c_actioncomm.sql +++ b/mysql/tables/llx_c_actioncomm.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- -- $Id$ -- $Source$ @@ -20,7 +20,7 @@ -- -- ======================================================================== -create table c_actioncomm +create table llx_c_actioncomm ( id integer PRIMARY KEY, libelle varchar(30), diff --git a/mysql/tables/c_chargesociales.sql b/mysql/tables/llx_c_chargesociales.sql similarity index 89% rename from mysql/tables/c_chargesociales.sql rename to mysql/tables/llx_c_chargesociales.sql index 4c20bf9f2c2..bedcad86c37 100644 --- a/mysql/tables/c_chargesociales.sql +++ b/mysql/tables/llx_c_chargesociales.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2002,2004 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 @@ -20,7 +20,7 @@ -- -- ======================================================================== -create table c_chargesociales +create table llx_c_chargesociales ( id integer PRIMARY KEY, libelle varchar(80), diff --git a/mysql/tables/c_effectif.sql b/mysql/tables/llx_c_effectif.sql similarity index 86% rename from mysql/tables/c_effectif.sql rename to mysql/tables/llx_c_effectif.sql index b97558f8602..6ece35a34a3 100644 --- a/mysql/tables/c_effectif.sql +++ b/mysql/tables/llx_c_effectif.sql @@ -1,4 +1,6 @@ -- ======================================================================== +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville +-- -- $Id$ -- $Source$ -- @@ -18,9 +20,9 @@ -- -- ======================================================================== -create table c_effectif +create table llx_c_effectif ( - id integer PRIMARY KEY, + id integer PRIMARY KEY, libelle varchar(30) ); diff --git a/mysql/tables/c_pays.sql b/mysql/tables/llx_c_pays.sql similarity index 90% rename from mysql/tables/c_pays.sql rename to mysql/tables/llx_c_pays.sql index f07fa97c26a..6522fc104e9 100644 --- a/mysql/tables/c_pays.sql +++ b/mysql/tables/llx_c_pays.sql @@ -1,4 +1,6 @@ -- ======================================================================== +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville +-- -- $Id$ -- $Source$ -- @@ -18,7 +20,7 @@ -- -- ======================================================================== -create table c_pays +create table llx_c_pays ( id integer PRIMARY KEY, libelle varchar(25), diff --git a/mysql/tables/c_stcomm.sql b/mysql/tables/llx_c_stcomm.sql similarity index 92% rename from mysql/tables/c_stcomm.sql rename to mysql/tables/llx_c_stcomm.sql index 175ec28a856..8c994871c49 100644 --- a/mysql/tables/c_stcomm.sql +++ b/mysql/tables/llx_c_stcomm.sql @@ -1,4 +1,6 @@ -- ======================================================================== +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville +-- -- $Id$ -- $Source$ -- diff --git a/mysql/tables/c_typent.sql b/mysql/tables/llx_c_typent.sql similarity index 89% rename from mysql/tables/c_typent.sql rename to mysql/tables/llx_c_typent.sql index bd8c1fda4bf..04fd1e683ee 100644 --- a/mysql/tables/c_typent.sql +++ b/mysql/tables/llx_c_typent.sql @@ -1,4 +1,6 @@ -- ======================================================================== +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville +-- -- $Id$ -- $Source$ -- @@ -18,7 +20,7 @@ -- -- ======================================================================== -create table c_typent +create table llx_c_typent ( id integer PRIMARY KEY, libelle varchar(30)