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
490ef11e
Commit
490ef11e
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 3.9
parents
5d1241be
4238c7a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/data/llx_20_c_departements.sql
+2
-1
2 additions, 1 deletion
htdocs/install/mysql/data/llx_20_c_departements.sql
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
+4
-0
4 additions, 0 deletions
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
with
6 additions
and
1 deletion
htdocs/install/mysql/data/llx_20_c_departements.sql
+
2
−
1
View file @
490ef11e
...
...
@@ -953,7 +953,7 @@ INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, nc
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2306'
,
2302
,
''
,
0
,
'CHACO'
,
'Chaco'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2307'
,
2302
,
''
,
0
,
'CORRIENTES'
,
'Corrientes'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2308'
,
2302
,
''
,
0
,
'ENTRE RIOS'
,
'Entre Ríos'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2309'
,
2302
,
''
,
0
,
'FORMOSA
MISIONES
'
,
'Formosa
Misiones
'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2309'
,
2302
,
''
,
0
,
'FORMOSA'
,
'Formosa'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2310'
,
2302
,
''
,
0
,
'SANTA FE'
,
'Santa Fe'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2311'
,
2303
,
''
,
0
,
'LA RIOJA'
,
'La Rioja'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2312'
,
2303
,
''
,
0
,
'MENDOZA'
,
'Mendoza'
,
1
);
...
...
@@ -970,6 +970,7 @@ INSERT INTO llx_c_departements ( code_departement, fk_region, cheflieu, tncc, nc
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2323'
,
2305
,
''
,
0
,
'TIERRA DEL FUEGO'
,
'Tierra del Fuego'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2324'
,
2305
,
''
,
0
,
'ISLAS MALVINAS'
,
'Islas Malvinas'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2325'
,
2305
,
''
,
0
,
'ANTARTIDA'
,
'Antártida'
,
1
);
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2326'
,
2305
,
''
,
0
,
'MISIONES'
,
'Misiones'
,
1
);
-- Parish Barbados (id country=46)
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'CC'
,
4601
,
'Oistins'
,
0
,
'CC'
,
'Christ Church'
,
1
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
+
4
−
0
View file @
490ef11e
...
...
@@ -593,3 +593,7 @@ ALTER TABLE llx_accounting_bookkeeping MODIFY COLUMN doc_ref varchar(300) NOT NU
ALTER
TABLE
llx_holiday
ADD
COLUMN
tms
timestamp
;
ALTER
TABLE
llx_holiday
ADD
COLUMN
entity
integer
DEFAULT
1
NOT
NULL
;
-- Fix Argentina provences
INSERT
INTO
llx_c_departements
(
code_departement
,
fk_region
,
cheflieu
,
tncc
,
ncc
,
nom
,
active
)
VALUES
(
'2326'
,
2305
,
''
,
0
,
'MISIONES'
,
'Misiones'
,
1
);
UPDATE
llx_c_departements
SET
ncc
=
"FORMOSA"
,
nom
=
"Formosa"
WHERE
nom
=
"Formosa Misiones"
;
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