diff --git a/mysql/tables/actioncomm.sql b/mysql/tables/actioncomm.sql index 829a6b9a071..14d8c20cf73 100644 --- a/mysql/tables/actioncomm.sql +++ b/mysql/tables/actioncomm.sql @@ -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 diff --git a/mysql/tables/c_chargesociales.sql b/mysql/tables/c_chargesociales.sql index 293173a0a93..4c20bf9f2c2 100644 --- a/mysql/tables/c_chargesociales.sql +++ b/mysql/tables/c_chargesociales.sql @@ -19,6 +19,7 @@ -- $Source$ -- -- ======================================================================== + create table c_chargesociales ( id integer PRIMARY KEY, diff --git a/mysql/tables/llx_bank.sql b/mysql/tables/llx_bank.sql index ad9d236df22..554f96473e4 100644 --- a/mysql/tables/llx_bank.sql +++ b/mysql/tables/llx_bank.sql @@ -20,7 +20,6 @@ -- -- =================================================================== - create table llx_bank ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_bookmark.sql b/mysql/tables/llx_bookmark.sql index c2ee9ac5702..105f2d89639 100644 --- a/mysql/tables/llx_bookmark.sql +++ b/mysql/tables/llx_bookmark.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_bookmark ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_boxes.sql b/mysql/tables/llx_boxes.sql index 6f457f1daa7..c2221965303 100644 --- a/mysql/tables/llx_boxes.sql +++ b/mysql/tables/llx_boxes.sql @@ -19,10 +19,11 @@ -- $Source$ -- -- =========================================================================== - +-- -- position : 0-index.php, 1-left, 2-right -- -- + create table llx_boxes ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_boxes_def.sql b/mysql/tables/llx_boxes_def.sql index 472f4191c20..71592038278 100644 --- a/mysql/tables/llx_boxes_def.sql +++ b/mysql/tables/llx_boxes_def.sql @@ -19,10 +19,9 @@ -- $Source$ -- -- =========================================================================== - -- -- --- + create table llx_boxes_def ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_chargesociales.sql b/mysql/tables/llx_chargesociales.sql index e84f46f1aba..901e8c3dfa4 100644 --- a/mysql/tables/llx_chargesociales.sql +++ b/mysql/tables/llx_chargesociales.sql @@ -19,6 +19,7 @@ -- $Source$ -- -- ======================================================================== + create table llx_chargesociales ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_compta.sql b/mysql/tables/llx_compta.sql index 3de6647fa17..d2e790ec3a6 100644 --- a/mysql/tables/llx_compta.sql +++ b/mysql/tables/llx_compta.sql @@ -20,7 +20,6 @@ -- -- =================================================================== - create table llx_compta ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_compta_account.sql b/mysql/tables/llx_compta_account.sql index b38d4cfb760..df108eb44e1 100644 --- a/mysql/tables/llx_compta_account.sql +++ b/mysql/tables/llx_compta_account.sql @@ -20,7 +20,6 @@ -- -- =================================================================== - create table llx_compta_account ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index bb5ad0fa02d..32b16118225 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -19,10 +19,10 @@ -- $Source$ -- -- =========================================================================== - -- -- Definitions des constantes utilisés comme parametres de configuration -- + create table llx_const ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_cotisation.sql b/mysql/tables/llx_cotisation.sql index 6c281d14410..af712fc2084 100644 --- a/mysql/tables/llx_cotisation.sql +++ b/mysql/tables/llx_cotisation.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_cotisation ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_don.sql b/mysql/tables/llx_don.sql index c378c0e4d9b..08198864325 100644 --- a/mysql/tables/llx_don.sql +++ b/mysql/tables/llx_don.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_don ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_don_projet.sql b/mysql/tables/llx_don_projet.sql index 409ae6194ef..1dc55571f78 100644 --- a/mysql/tables/llx_don_projet.sql +++ b/mysql/tables/llx_don_projet.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_don_projet ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_paiement.sql b/mysql/tables/llx_paiement.sql index 60415206bad..d6f5c586eb7 100644 --- a/mysql/tables/llx_paiement.sql +++ b/mysql/tables/llx_paiement.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_paiement ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_soc_recontact.sql b/mysql/tables/llx_soc_recontact.sql index 60acb7772fe..ed4499c1d4e 100644 --- a/mysql/tables/llx_soc_recontact.sql +++ b/mysql/tables/llx_soc_recontact.sql @@ -21,6 +21,7 @@ -- Societes a recontacter -- -- =================================================================== + create table llx_soc_recontact ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_todocomm.sql b/mysql/tables/llx_todocomm.sql index 1762bede56f..613b9481486 100644 --- a/mysql/tables/llx_todocomm.sql +++ b/mysql/tables/llx_todocomm.sql @@ -22,6 +22,7 @@ -- Actions commerciales a effectuer -- -- ======================================================================== + create table llx_todocomm ( id integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_transaction_bplc.sql b/mysql/tables/llx_transaction_bplc.sql index 1ab1af46c44..ce094708c5a 100644 --- a/mysql/tables/llx_transaction_bplc.sql +++ b/mysql/tables/llx_transaction_bplc.sql @@ -18,7 +18,6 @@ -- -- =================================================================== - create table llx_transaction_bplc ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_voyage.sql b/mysql/tables/llx_voyage.sql index 45f2522490d..2aa4b0fbe2f 100644 --- a/mysql/tables/llx_voyage.sql +++ b/mysql/tables/llx_voyage.sql @@ -20,7 +20,6 @@ -- -- =================================================================== - create table llx_voyage ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_voyage_reduc.sql b/mysql/tables/llx_voyage_reduc.sql index ae7ec81fc18..b97a6eda0ad 100644 --- a/mysql/tables/llx_voyage_reduc.sql +++ b/mysql/tables/llx_voyage_reduc.sql @@ -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 ); diff --git a/mysql/tables/societe.sql b/mysql/tables/societe.sql index 86a9760c6cf..abe14f5b1ef 100644 --- a/mysql/tables/societe.sql +++ b/mysql/tables/societe.sql @@ -21,6 +21,7 @@ -- SGBD : Mysql 3.23 -- -- ======================================================================== + create table societe ( idp integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/socpeople.sql b/mysql/tables/socpeople.sql index ae9af66d727..276b9abaca8 100644 --- a/mysql/tables/socpeople.sql +++ b/mysql/tables/socpeople.sql @@ -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, diff --git a/mysql/tables/socstatutlog.sql b/mysql/tables/socstatutlog.sql index a4fe4d2dab1..a5dc5ed8abb 100644 --- a/mysql/tables/socstatutlog.sql +++ b/mysql/tables/socstatutlog.sql @@ -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,