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-01-18 11:19:17 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ed47c4d1a62d26712472f86cc46d2b53ebe8ad8
5ed47c4d
1 parent
7375832f
Ajout de logs
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
migration/creeV3Country.sql
migration/creeV3Publisher+Version+Action.sql
migration/normalisePays.sql
migration/creeV3Country.sql
View file @
5ed47c4
tee
creeV3Country
.
log
create
table
Country
(
countryId
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
countryName
varchar
(
100
)
DEFAULT
NULL
,
...
...
migration/creeV3Publisher+Version+Action.sql
View file @
5ed47c4
tee
creeV3Publisher
+
Version
+
Action
.
log
create
table
Publisher
(
publisherId
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
validatedVersion
int
(
11
),
...
...
migration/normalisePays.sql
View file @
5ed47c4
tee
normalisePays
.
log
-- PREPARATION TABLE editeur
-- Standardisation des valeurs de PAYS dans editeur
update
editeur
set
PAYS
=
'Allemagne'
where
PAYS
in
(
'Deutschland'
);
...
...
Please
register
or
login
to post a comment