Ignore:
Timestamp:
02/22/06 00:24:23 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-01-18 23:20:00 by anarcat]
put a request before the 'use mysql' so that it uses the right DB

Original author: anarcat
Date: 2005-01-18 23:20:00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/upgrades/0.9.3.sql

    r498 r500  
    22INSERT IGNORE INTO tld VALUES ('it', 1); 
    33INSERT IGNORE INTO tld VALUES ('ws', 1); 
     4 
     5-- remove the old "estelle" default mx in older tables 
     6ALTER TABLE `domaines` MODIFY `mx` varchar(64) DEFAULT NULL; 
     7ALTER TABLE `domaines_standby` MODIFY `mx` varchar(64) DEFAULT NULL; 
    48 
    59-- add the new variable table 
     
    2529-- make sure this has an effect at all. 
    2630FLUSH PRIVILEGES; 
    27  
    28 -- remove the old "estelle" default mx in older tables 
    29 ALTER TABLE `domaines` MODIFY `mx` varchar(64) DEFAULT NULL; 
    30 ALTER TABLE `domaines_standby` MODIFY `mx` varchar(64) DEFAULT NULL; 
Note: See TracChangeset for help on using the changeset viewer.