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
28f6d659
Commit
28f6d659
authored
Dec 13, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a compile error in Bugzilla::Install::DB from the last checkin.
parent
b82b4312
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DB.pm
Bugzilla/Install/DB.pm
+1
-1
No files found.
Bugzilla/Install/DB.pm
View file @
28f6d659
...
...
@@ -459,7 +459,7 @@ sub update_table_definitions {
_move_data_nomail_into_db
();
# The products table lacked sensible defaults.
if
(
$dbh
->
bz_column_info
(
'products'
,
'milestoneurl'
)
{
if
(
$dbh
->
bz_column_info
(
'products'
,
'milestoneurl'
)
)
{
$dbh
->
bz_alter_column
(
'products'
,
'milestoneurl'
,
{
TYPE
=>
'TINYTEXT'
,
NOTNULL
=>
1
,
DEFAULT
=>
"''"
});
}
...
...
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