diff options
author | mkanat%bugzilla.org <> | 2009-12-13 23:07:48 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 23:07:48 +0100 |
commit | b82b431228907463af9cefce2caebd3a2e12693b (patch) | |
tree | 401f8a35e09517193610c78a0f79637fea49eb8f /Bugzilla/DB | |
parent | e401b0b8b925787cbe52d0f540b814e40269f228 (diff) | |
download | bugzilla-b82b431228907463af9cefce2caebd3a2e12693b.tar.gz bugzilla-b82b431228907463af9cefce2caebd3a2e12693b.tar.xz |
Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to the fields.html page
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Schema.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index a2df26425..e4dcfd966 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1214,8 +1214,6 @@ use constant ABSTRACT_SCHEMA => { COLUMN => 'id', DELETE => 'CASCADE'}}, description => {TYPE => 'MEDIUMTEXT'}, - milestoneurl => {TYPE => 'TINYTEXT', NOTNULL => 1, - DEFAULT => "''"}, isactive => {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 1}, votesperuser => {TYPE => 'INT2', NOTNULL => 1, |