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
b96f5017
Commit
b96f5017
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add clean requests
parent
06895634
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/migration/2.6.0-2.7.0.sql
+7
-1
7 additions, 1 deletion
mysql/migration/2.6.0-2.7.0.sql
with
7 additions
and
1 deletion
mysql/migration/2.6.0-2.7.0.sql
+
7
−
1
View file @
b96f5017
...
@@ -171,3 +171,9 @@ alter table llx_commande_fournisseur add column ref_supplier varchar(30
...
@@ -171,3 +171,9 @@ alter table llx_commande_fournisseur add column ref_supplier varchar(30
alter
table
llx_mailing
add
column
bgcolor
varchar
(
8
)
after
body
;
alter
table
llx_mailing
add
column
bgcolor
varchar
(
8
)
after
body
;
alter
table
llx_mailing
add
column
bgimage
varchar
(
255
)
after
bgcolor
;
alter
table
llx_mailing
add
column
bgimage
varchar
(
255
)
after
bgcolor
;
-- Request to clean corrupted database
delete
from
llx_facture
where
facnumber
=
'(PROV)'
;
delete
from
llx_commande
where
ref
=
'(PROV)'
;
delete
from
llx_propal
where
ref
=
'(PROV)'
;
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