diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql new file mode 100644 index 00000000000..43efcc65203 --- /dev/null +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -0,0 +1,11 @@ +-- +-- $Id$ +-- $Source$ +-- $Revision$ +-- +-- Attention à l ordre des requetes. +-- Ce fichier doit être chargé sur une version 2.1.0 +-- sans AUCUNE erreur ni warning +-- + +ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh);