From: x2000habouzit Date: Wed, 6 Oct 2004 13:28:14 +0000 (+0000) Subject: we want lists id to be 0 (to avoid collisions) X-Git-Tag: xorg/old~1427 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6f18b62b892b6c6fb3da4f8b5406bc9ac114e816;p=platal.git we want lists id to be 0 (to avoid collisions) --- diff --git a/scripts/migration/0.0.0_to_0.9.0/migration.sql b/scripts/migration/0.0.0_to_0.9.0/migration.sql index 27ab267..b8414fb 100644 --- a/scripts/migration/0.0.0_to_0.9.0/migration.sql +++ b/scripts/migration/0.0.0_to_0.9.0/migration.sql @@ -65,5 +65,6 @@ update groupex.aliases AS gx drop table x4dat.listes_def; drop table x4dat.listes_ins; drop table x4dat.listes_mod; +update x4dat.aliases set id=0 where `type`='liste' --------------------------------------------------------------------------------