diff options
author | lpsolit%gmail.com <> | 2006-12-19 19:35:42 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-19 19:35:42 +0100 |
commit | 3f1a0a8168493175b6c44e18edc25bd655f8c8b2 (patch) | |
tree | c8e93afaaab1355f95dac4dae1923c89875943b1 /Bugzilla/Install | |
parent | 5f4ade1f01bfca77c9db8d56dd8cc5b2b4062d7a (diff) | |
download | bugzilla-3f1a0a8168493175b6c44e18edc25bd655f8c8b2.tar.gz bugzilla-3f1a0a8168493175b6c44e18edc25bd655f8c8b2.tar.xz |
Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/DB.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index d78db3f5d..aa8e52109 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -516,6 +516,8 @@ sub update_table_definitions { $dbh->bz_add_column('versions', 'id', {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, PRIMARYKEY => 1}); + $dbh->bz_add_column('milestones', 'id', + {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, PRIMARYKEY => 1}); ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # |