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
2a32a01c
Commit
2a32a01c
authored
Jul 31, 2011
by
Bodo-Merle Sandor
Committed by
Frédéric Buclin
Jul 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 673702: Undefined get_add_fk_sql in Bugzilla/DB/Schema.pm
r/a=mkanat
parent
33895dda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Schema.pm
Bugzilla/DB/Schema.pm
+2
-2
No files found.
Bugzilla/DB/Schema.pm
View file @
2a32a01c
...
...
@@ -2176,8 +2176,8 @@ sub get_add_column_ddl {
if
defined
$init_value
;
if
(
defined
$definition
->
{
REFERENCES
})
{
push
(
@statements
,
$self
->
get_add_fk
_sql
(
$table
,
$column
,
$definition
->
{
REFERENCES
}));
push
(
@statements
,
$self
->
get_add_fk
s_sql
(
$table
,
{
$column
=>
$definition
->
{
REFERENCES
}
}));
}
return
(
@statements
);
...
...
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