Formatage des fichiers avec toujours une ligne vierge apres les en-tetes de copyright

dans le but d'avoir un fichier mysql.sql propre
This commit is contained in:
Rodolphe Quiedeville 2003-03-01 16:28:45 +00:00
parent 95e49943f1
commit d17798a20e
22 changed files with 12 additions and 18 deletions

View File

@ -21,6 +21,7 @@
-- Actions commerciales -- Actions commerciales
-- --
-- ======================================================================== -- ========================================================================
create table actioncomm create table actioncomm
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,
@ -44,7 +45,6 @@ create table actioncomm
fk_facture integer fk_facture integer
); );
--create table llx_todocomm

View File

@ -19,6 +19,7 @@
-- $Source$ -- $Source$
-- --
-- ======================================================================== -- ========================================================================
create table c_chargesociales create table c_chargesociales
( (
id integer PRIMARY KEY, id integer PRIMARY KEY,

View File

@ -20,7 +20,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_bank create table llx_bank
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_bookmark create table llx_bookmark
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -19,10 +19,11 @@
-- $Source$ -- $Source$
-- --
-- =========================================================================== -- ===========================================================================
--
-- position : 0-index.php, 1-left, 2-right -- position : 0-index.php, 1-left, 2-right
-- --
-- --
create table llx_boxes create table llx_boxes
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -19,10 +19,9 @@
-- $Source$ -- $Source$
-- --
-- =========================================================================== -- ===========================================================================
-- --
-- --
--
create table llx_boxes_def create table llx_boxes_def
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -19,6 +19,7 @@
-- $Source$ -- $Source$
-- --
-- ======================================================================== -- ========================================================================
create table llx_chargesociales create table llx_chargesociales
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -20,7 +20,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_compta create table llx_compta
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -20,7 +20,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_compta_account create table llx_compta_account
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -19,10 +19,10 @@
-- $Source$ -- $Source$
-- --
-- =========================================================================== -- ===========================================================================
-- --
-- Definitions des constantes utilisés comme parametres de configuration -- Definitions des constantes utilisés comme parametres de configuration
-- --
create table llx_const create table llx_const
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_cotisation create table llx_cotisation
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_don create table llx_don
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_don_projet create table llx_don_projet
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_paiement create table llx_paiement
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -21,6 +21,7 @@
-- Societes a recontacter -- Societes a recontacter
-- --
-- =================================================================== -- ===================================================================
create table llx_soc_recontact create table llx_soc_recontact
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -22,6 +22,7 @@
-- Actions commerciales a effectuer -- Actions commerciales a effectuer
-- --
-- ======================================================================== -- ========================================================================
create table llx_todocomm create table llx_todocomm
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -18,7 +18,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_transaction_bplc create table llx_transaction_bplc
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -20,7 +20,6 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_voyage create table llx_voyage
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -20,19 +20,16 @@
-- --
-- =================================================================== -- ===================================================================
create table llx_voyage_reduc create table llx_voyage_reduc
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
datec datetime, datec datetime,
datev date, -- date de valeur datev date, -- date de valeur
date_debut date, -- date operation date_debut date, -- date operation
date_fin date, date_fin date,
amount real NOT NULL default 0, amount real NOT NULL default 0,
label varchar(255), label varchar(255),
numero varchar(255), numero varchar(255),
fk_type smallint, -- Train, Avion, Bateaux fk_type smallint, -- Train, Avion, Bateaux
note text note text
); );

View File

@ -21,6 +21,7 @@
-- SGBD : Mysql 3.23 -- SGBD : Mysql 3.23
-- --
-- ======================================================================== -- ========================================================================
create table societe create table societe
( (
idp integer AUTO_INCREMENT PRIMARY KEY, idp integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -19,6 +19,7 @@
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-- --
-- ============================================================================ -- ============================================================================
create table socpeople create table socpeople
( (
idp integer AUTO_INCREMENT PRIMARY KEY, idp integer AUTO_INCREMENT PRIMARY KEY,

View File

@ -20,6 +20,7 @@
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-- --
-- ======================================================================== -- ========================================================================
create table socstatutlog create table socstatutlog
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,