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
ec942095
Commit
ec942095
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
7236e0b7
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
mysql/migration/2.4.0-2.5.0.sql
+11
-0
11 additions, 0 deletions
mysql/migration/2.4.0-2.5.0.sql
with
11 additions
and
0 deletions
mysql/migration/2.4.0-2.5.0.sql
+
11
−
0
View file @
ec942095
...
...
@@ -93,4 +93,15 @@ alter table llx_bank_account modify comment text;
update
llx_bank_account
set
ref
=
label
where
ref
is
null
or
ref
=
''
;
-- 2.5.1
update
llx_actioncomm
set
datep
=
datea
where
datep
is
null
;
insert
into
llx_c_type_contact
(
rowid
,
element
,
source
,
code
,
libelle
,
active
)
values
(
70
,
'facture_fourn'
,
'internal'
,
'SALESREPFOLL'
,
'Responsable suivi du paiement'
,
1
);
insert
into
llx_c_type_contact
(
rowid
,
element
,
source
,
code
,
libelle
,
active
)
values
(
71
,
'facture_fourn'
,
'external'
,
'BILLING'
,
'Contact fournisseur facturation'
,
1
);
insert
into
llx_c_type_contact
(
rowid
,
element
,
source
,
code
,
libelle
,
active
)
values
(
72
,
'facture_fourn'
,
'external'
,
'SHIPPING'
,
'Contact fournisseur livraison'
,
1
);
insert
into
llx_c_type_contact
(
rowid
,
element
,
source
,
code
,
libelle
,
active
)
values
(
73
,
'facture_fourn'
,
'external'
,
'SERVICE'
,
'Contact fournisseur prestation'
,
1
);
alter
table
llx_product_stock
add
column
pmp
double
(
24
,
8
)
default
0
NOT
NULL
;
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