From: Max Kanat-Alexander Date: Tue, 22 Jun 2010 03:44:39 +0000 (-0700) Subject: The last commit message should read: X-Git-Tag: bugzilla-3.7.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745dfcb2d63b68f2ad74854b4721a2a813f57bc2;p=thirdparty%2Fbugzilla.git The last commit message should read: When doing bz_alter_column, if there is a new DEFAULT and we're switching to NOT NULL, it needs to be translated using db_specific before being SET on the columns pre-ALTER. ---