From: x2000habouzit Date: Tue, 5 Oct 2004 21:57:52 +0000 (+0000) Subject: melix X-Git-Tag: xorg/old~1435 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=809f203c53884fd412ec0adf8c384405b42171e1;p=platal.git melix --- diff --git a/scripts/sql/migration.sql b/scripts/sql/migration.sql index 5d66a29..f84295c 100644 --- a/scripts/sql/migration.sql +++ b/scripts/sql/migration.sql @@ -50,6 +50,15 @@ ALTER TABLE x4dat.auth_user_md5 DROP COLUMN username_sasl; -------------------------------------------------------------------------------- +-- MELIX +-------------------------------------------------------------------------------- +update groupex.aliases AS gx + inner join x4dat.aliases AS a ON (gx.email = a.alias) + inner join x4dat.aliases AS b ON (a.id=b.id AND b.type='a_vie') + set gx.email = b.alias + where gx.id = 12 + +-------------------------------------------------------------------------------- -- DROP des LISTES -------------------------------------------------------------------------------- drop table x4dat.listes_def;