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
643f05bd
Commit
643f05bd
authored
Jul 17, 2006
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[No Bug] Remove double statement about adding classifications.sortkey.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
parent
6a688141
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
checksetup.pl
checksetup.pl
+0
-2
No files found.
checksetup.pl
View file @
643f05bd
...
@@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) {
...
@@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) {
# 2006-07-07 olav@bkor.dhs.org - Bug 277377
# 2006-07-07 olav@bkor.dhs.org - Bug 277377
# Add a sortkey to the classifications
# Add a sortkey to the classifications
if
(
!
$dbh
->
bz_column_info
(
'classifications'
,
'sortkey'
))
{
if
(
!
$dbh
->
bz_column_info
(
'classifications'
,
'sortkey'
))
{
print
"Adding sortkey column to classifications table...\n"
unless
$silent
;
$dbh
->
bz_add_column
(
'classifications'
,
'sortkey'
,
$dbh
->
bz_add_column
(
'classifications'
,
'sortkey'
,
{
TYPE
=>
'INT2'
,
NOTNULL
=>
1
,
DEFAULT
=>
0
});
{
TYPE
=>
'INT2'
,
NOTNULL
=>
1
,
DEFAULT
=>
0
});
...
...
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