Rev 1415 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1157 |
jpm |
1 |
# Suppression du champ ccb_inventaire_donnee_type qui fait doublon avec le champ ccb_inventaire_info.
|
|
|
2 |
ALTER TABLE `coel_collection_botanique` DROP `ccb_inventaire_donnee_type`;
|
1159 |
jpm |
3 |
# Changement de nom d''un champ
|
|
|
4 |
ALTER TABLE `coel_personne` CHANGE `cp_ce_annuaire_tela` `cp_ce_annuaire` INT( 11 ) NULL DEFAULT NULL COMMENT 'Identifiant de la personne dans un annuaire (par défaut celui de Tela Botanica).';
|