summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-07-01 15:21:02 +0200
committermkanat%bugzilla.org <>2008-07-01 15:21:02 +0200
commit42019e83f7bd6c93e889eeb04c059fbee7f562d4 (patch)
treed71607d46e2ff5c7abc08c72b09bdc6aa3bf4035 /Bugzilla/Constants.pm
parent6cf3c88ecb5077a9c6f3941fbae139f3e6937430 (diff)
downloadbugzilla-42019e83f7bd6c93e889eeb04c059fbee7f562d4.tar.gz
bugzilla-42019e83f7bd6c93e889eeb04c059fbee7f562d4.tar.xz
Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 869deb4b3..d8ddfcf66 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -391,7 +391,7 @@ use constant DB_MODULE => {
version => '1.45',
},
name => 'PostgreSQL'},
- 'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.01.0',
+ 'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.02.0',
dbd => {
package => 'DBD-Oracle',
module => 'DBD::Oracle',