Show
Ignore:
Timestamp:
03/17/02 03:42:13 (11 years ago)
Author:
bradfitz
Message:

let's drop this column tonight at the same time as the utf-8 changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/upgrading/update-db-general.pl

    r920 r922  
    15351535        do_alter("user", "ALTER TABLE user ". 
    15361536                 "ADD oldenc TINYINT DEFAULT 0 NOT NULL, ". 
    1537                  "MODIFY name CHAR(80) NOT NULL" 
    1538                  ); 
     1537                 "MODIFY name CHAR(80) NOT NULL, ". 
     1538                 "DROP allow_getpromos"); 
    15391539    } 
    15401540