Jean-Francois Leveque

Ajout de logs

1 +tee creeV3Country.log
2 +
1 create table Country ( 3 create table Country (
2 countryId int(11) NOT NULL AUTO_INCREMENT, 4 countryId int(11) NOT NULL AUTO_INCREMENT,
3 countryName varchar(100) DEFAULT NULL, 5 countryName varchar(100) DEFAULT NULL,
......
1 +tee creeV3Publisher+Version+Action.log
2 +
1 create table Publisher ( 3 create table Publisher (
2 publisherId int(11) NOT NULL AUTO_INCREMENT, 4 publisherId int(11) NOT NULL AUTO_INCREMENT,
3 validatedVersion int(11), 5 validatedVersion int(11),
......
1 +tee normalisePays.log
1 -- PREPARATION TABLE editeur 2 -- PREPARATION TABLE editeur
2 -- Standardisation des valeurs de PAYS dans editeur 3 -- Standardisation des valeurs de PAYS dans editeur
3 update editeur set PAYS='Allemagne' where PAYS in ('Deutschland'); 4 update editeur set PAYS='Allemagne' where PAYS in ('Deutschland');
......