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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
39818633
Commit
39818633
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add deprecated tables to delete
parent
170faa36
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/migration/3.1.0-3.2.0.sql
+6
-0
6 additions, 0 deletions
htdocs/install/mysql/migration/3.1.0-3.2.0.sql
with
6 additions
and
0 deletions
htdocs/install/mysql/migration/3.1.0-3.2.0.sql
+
6
−
0
View file @
39818633
...
...
@@ -184,6 +184,10 @@ insert into llx_c_chargesociales (id, libelle, deductible, active, code, fk_pays
ALTER
TABLE
llx_paiement
ADD
COLUMN
entity
integer
DEFAULT
1
NOT
NULL
AFTER
rowid
;
-- Restore foreign key (on llx_expedition_methode before) on correct table (llx_c_shipment_mode)
ALTER
TABLE
llx_expedition
DROP
FOREIGN
KEY
fk_expedition_fk_expedition_methode
;
ALTER
TABLE
llx_expedition
ADD
CONSTRAINT
fk_expedition_fk_expedition_methode
FOREIGN
KEY
(
fk_expedition_methode
)
REFERENCES
llx_c_shipment_mode
(
rowid
);
-- VMYSQL4.1 UPDATE llx_chargesociales set tms = date_creation WHERE tms = '0000-00-00 00:00:00';
ALTER
TABLE
llx_actioncomm
DROP
COLUMN
propalrowid
;
...
...
@@ -191,3 +195,5 @@ ALTER TABLE llx_actioncomm DROP COLUMN fk_commande;
ALTER
TABLE
llx_product_stock
DROP
COLUMN
location
;
-- DROP TABLE llx_c_methode_commande_fournisseur;
-- DROP TABLE llx_c_source;
-- DROP TABLE llx_expedition_methode;
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