Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0228a007
Commit
0228a007
authored
Apr 06, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for Bug 284850: Fix the name of one index
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
parent
64be6114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
checksetup.pl
checksetup.pl
+1
-1
No files found.
checksetup.pl
View file @
0228a007
...
...
@@ -2845,7 +2845,7 @@ if ($dbh->bz_get_field_def("products", "product")) {
print
"Adding indexes for products and components tables.\n"
;
$dbh
->
do
(
"CREATE UNIQUE INDEX products_name_idx ON products(name)"
);
$dbh
->
do
(
"CREATE UNIQUE INDEX component_product_id_idx"
$dbh
->
do
(
"CREATE UNIQUE INDEX component
s
_product_id_idx"
.
" ON components(product_id, name)"
);
$dbh
->
do
(
"CREATE INDEX components_name_idx ON components(name)"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment