Modif noms de fichiers
This commit is contained in:
parent
377bd56dbf
commit
7fdc6c4703
@ -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),
|
||||
@ -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),
|
||||
@ -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)
|
||||
);
|
||||
|
||||
@ -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),
|
||||
@ -1,4 +1,6 @@
|
||||
-- ========================================================================
|
||||
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- $Id$
|
||||
-- $Source$
|
||||
--
|
||||
@ -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)
|
||||
Loading…
Reference in New Issue
Block a user