summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index c82d4a3b4..b2b6cf333 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -3649,6 +3649,12 @@ if (!$dbh->bz_get_field_def('fielddefs', 'obsolete')) {
}
+$dbh->bz_change_field_type('bugs', 'status_whiteboard',
+ q{mediumtext not null default ''});
+$dbh->bz_change_field_type('bugs', 'keywords',
+ q{mediumtext not null default ''});
+$dbh->bz_change_field_type('bugs', 'votes', 'mediumint not null default 0');
+
# If you had to change the --TABLE-- definition in any way, then add your
# differential change code *** A B O V E *** this comment.
#