Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d92fbdca
Commit
d92fbdca
authored
21 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Ajout des tables manquantes
parent
b9e95807
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql/drop.sql
+24
-7
24 additions, 7 deletions
mysql/drop.sql
with
24 additions
and
7 deletions
mysql/drop.sql
+
24
−
7
View file @
d92fbdca
...
@@ -18,15 +18,10 @@
...
@@ -18,15 +18,10 @@
-- $Id$
-- $Id$
-- $Source$
-- $Source$
--
--
drop
table
if
exists
llx_bank_url
;
drop
table
if
exists
llx_entrepot
;
drop
table
if
exists
llx_co_fa
;
drop
table
if
exists
llx_product_stock
;
drop
table
if
exists
llx_stock
;
drop
table
if
exists
llx_stock_mouvement
;
drop
table
if
exists
llx_co_pr
;
drop
table
if
exists
llx_co_pr
;
drop
table
if
exists
llx_commande
;
drop
table
if
exists
llx_commandedet
;
drop
table
if
exists
llx_c_actioncomm
;
drop
table
if
exists
llx_c_actioncomm
;
...
@@ -74,6 +69,10 @@ drop table if exists llx_bank_categ;
...
@@ -74,6 +69,10 @@ drop table if exists llx_bank_categ;
drop
table
if
exists
llx_bank_class
;
drop
table
if
exists
llx_bank_class
;
drop
table
if
exists
llx_bank_url
;
drop
table
if
exists
llx_birthday_alert
;
drop
table
if
exists
llx_bookmark
;
drop
table
if
exists
llx_bookmark
;
drop
table
if
exists
llx_boxes
;
drop
table
if
exists
llx_boxes
;
...
@@ -84,6 +83,10 @@ drop table if exists llx_chargesociales;
...
@@ -84,6 +83,10 @@ drop table if exists llx_chargesociales;
drop
table
if
exists
llx_contrat
;
drop
table
if
exists
llx_contrat
;
drop
table
if
exists
llx_commande
;
drop
table
if
exists
llx_commandedet
;
drop
table
if
exists
llx_compta
;
drop
table
if
exists
llx_compta
;
drop
table
if
exists
llx_compta_account
;
drop
table
if
exists
llx_compta_account
;
...
@@ -106,6 +109,14 @@ drop table if exists llx_don_projet;
...
@@ -106,6 +109,14 @@ drop table if exists llx_don_projet;
drop
table
if
exists
llx_editeur
;
drop
table
if
exists
llx_editeur
;
drop
table
if
exists
llx_entrepot
;
drop
table
if
exists
llx_expedition
;
drop
table
if
exists
llx_expedition_methode
;
drop
table
if
exists
llx_expeditiondet
;
drop
table
if
exists
llx_fa_pr
;
drop
table
if
exists
llx_fa_pr
;
drop
table
if
exists
llx_facture
;
drop
table
if
exists
llx_facture
;
...
@@ -148,6 +159,8 @@ drop table if exists llx_product_fournisseur;
...
@@ -148,6 +159,8 @@ drop table if exists llx_product_fournisseur;
drop
table
if
exists
llx_product_price
;
drop
table
if
exists
llx_product_price
;
drop
table
if
exists
llx_product_stock
;
drop
table
if
exists
llx_projet
;
drop
table
if
exists
llx_projet
;
drop
table
if
exists
llx_propal
;
drop
table
if
exists
llx_propal
;
...
@@ -170,6 +183,10 @@ drop table if exists llx_soc_recontact;
...
@@ -170,6 +183,10 @@ drop table if exists llx_soc_recontact;
drop
table
if
exists
llx_socstatutlog
;
drop
table
if
exists
llx_socstatutlog
;
drop
table
if
exists
llx_stock
;
drop
table
if
exists
llx_stock_mouvement
;
drop
table
if
exists
llx_sqltables
;
drop
table
if
exists
llx_sqltables
;
drop
table
if
exists
llx_todocomm
;
drop
table
if
exists
llx_todocomm
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment