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
--
-- ========================================================================
create table actioncomm
(
id integer AUTO_INCREMENT PRIMARY KEY,
@ -44,7 +45,6 @@ create table actioncomm
fk_facture integer
);
--create table llx_todocomm

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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