root/alternc/tags/0.9.7/install/upgrades/0.9.3.1.sql

Revision 799, 309 bytes (checked in by anarcat, 3 years ago)

skipping to 20060221201309-67438-1ad69475725370c754a58452453d0693db92624a.gz .

Line 
1 -- we don't store cleartext passwords anymore, we use saslauthd
2 ALTER TABLE `mail_users` DROP `sasl`;
3
4 use mysql;
5
6 -- on revient à l'ancienne routine: foo_bar au lieu de foo\_bar car
7 -- mysql a été arrangé
8 UPDATE IGNORE `db` set `Db` = REPLACE(`Db`,'\_','_') WHERE `Db` REGEXP '[^\\]\\\\_';
9 FLUSH PRIVILEGES;
Note: See TracBrowser for help on using the browser.