Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-03-03 10:16:43 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
034584209c07fa77abae58bc219ce6f3f33cd7fe
03458420
1 parent
3f100b97
Correction typo oubliée rectifiée
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
migration/normalizePays.sql
migration/normalizePays.sql
View file @
0345842
...
...
@@ -53,7 +53,7 @@ update editeur set PAYS=NULL where PAYS='France / Canada';
-- PREPARATION TABLE pays
-- Ajouts dans la table pays pour intégration
insert
into
pays
(
LIB_PAYS
)
values
(
'République thèque'
);
insert
into
pays
(
LIB_PAYS
)
values
(
'République t
c
hèque'
);
insert
into
pays
(
LIB_PAYS
)
values
(
'Finlande'
);
insert
into
pays
(
LIB_PAYS
)
values
(
'Suède'
);
insert
into
pays
(
LIB_PAYS
)
values
(
'Italie'
);
...
...
Please
register
or
login
to post a comment