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:
parent
95e49943f1
commit
d17798a20e
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table c_chargesociales
|
||||
(
|
||||
id integer PRIMARY KEY,
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_bank
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_bookmark
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -19,10 +19,11 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ===========================================================================
|
||||
|
||||
--
|
||||
-- position : 0-index.php, 1-left, 2-right
|
||||
--
|
||||
--
|
||||
|
||||
create table llx_boxes
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -19,10 +19,9 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ===========================================================================
|
||||
|
||||
--
|
||||
--
|
||||
--
|
||||
|
||||
create table llx_boxes_def
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table llx_chargesociales
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_compta
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_compta_account
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -19,10 +19,10 @@
|
||||
-- $Source$
|
||||
--
|
||||
-- ===========================================================================
|
||||
|
||||
--
|
||||
-- Definitions des constantes utilisés comme parametres de configuration
|
||||
--
|
||||
|
||||
create table llx_const
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_cotisation
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_don
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_don_projet
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_paiement
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
-- Societes a recontacter
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
create table llx_soc_recontact
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
-- Actions commerciales a effectuer
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table llx_todocomm
|
||||
(
|
||||
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_transaction_bplc
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
--
|
||||
-- ===================================================================
|
||||
|
||||
|
||||
create table llx_voyage
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -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
|
||||
);
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
-- SGBD : Mysql 3.23
|
||||
--
|
||||
-- ========================================================================
|
||||
|
||||
create table societe
|
||||
(
|
||||
idp integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user