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
5b89e4ea
Commit
5b89e4ea
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge branch 'defrance-patch-70' into develop
parents
d3bfbbf5
daeada4b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
+3
-1
3 additions, 1 deletion
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
htdocs/install/mysql/tables/llx_c_paiement.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/tables/llx_c_paiement.sql
with
4 additions
and
2 deletions
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
+
3
−
1
View file @
5b89e4ea
...
...
@@ -787,4 +787,6 @@ UPDATE llx_c_departements SET code_departement='VI' WHERE ncc='ALAVA' AND fk_reg
UPDATE
llx_c_departements
SET
code_departement
=
'CE'
WHERE
ncc
=
'CEUTA'
AND
fk_region
=
407
;
UPDATE
llx_c_departements
SET
code_departement
=
'ML'
WHERE
ncc
=
'MELILLA'
AND
fk_region
=
409
;
DELETE
FROM
llx_c_departements
WHERE
ncc
=
'OTROS'
AND
fk_region
=
420
;
DELETE
FROM
llx_c_regions
WHERE
code_region
=
420
and
fk_pays
=
4
;
\ No newline at end of file
DELETE
FROM
llx_c_regions
WHERE
code_region
=
420
and
fk_pays
=
4
;
ALTER
TABLE
llx_c_paiement
MODIFY
COLUMN
libelle
varchar
(
62
);
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_c_paiement.sql
+
1
−
1
View file @
5b89e4ea
...
...
@@ -22,7 +22,7 @@ create table llx_c_paiement
(
id
integer
PRIMARY
KEY
,
code
varchar
(
6
)
NOT
NULL
,
libelle
varchar
(
30
),
libelle
varchar
(
62
),
type
smallint
,
-- 0: input money, 1: output money, 2: input and output, 3: other
active
tinyint
DEFAULT
1
NOT
NULL
,
accountancy_code
varchar
(
32
)
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