Modif noms de fichiers

This commit is contained in:
Rodolphe Quiedeville 2004-01-30 11:12:34 +00:00
parent 377bd56dbf
commit 7fdc6c4703
6 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,5 @@
-- ========================================================================
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
@ -20,7 +20,7 @@
--
-- ========================================================================
create table c_actioncomm
create table llx_c_actioncomm
(
id integer PRIMARY KEY,
libelle varchar(30),

View File

@ -1,5 +1,5 @@
-- ========================================================================
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- 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),

View File

@ -1,4 +1,6 @@
-- ========================================================================
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $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)
);

View File

@ -1,4 +1,6 @@
-- ========================================================================
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--
@ -18,7 +20,7 @@
--
-- ========================================================================
create table c_pays
create table llx_c_pays
(
id integer PRIMARY KEY,
libelle varchar(25),

View File

@ -1,4 +1,6 @@
-- ========================================================================
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--

View File

@ -1,4 +1,6 @@
-- ========================================================================
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--
@ -18,7 +20,7 @@
--
-- ========================================================================
create table c_typent
create table llx_c_typent
(
id integer PRIMARY KEY,
libelle varchar(30)