Commit 54e2e435 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 662406: Add the "id" column for bug_see_also to Schema.pm.

r=mkanat, a=mkanat (module owner)
parent 46973100
......@@ -494,6 +494,8 @@ use constant ABSTRACT_SCHEMA => {
bug_see_also => {
FIELDS => [
id => {TYPE => 'MEDIUMSERIAL', NOTNULL => 1,
PRIMARYKEY => 1},
bug_id => {TYPE => 'INT3', NOTNULL => 1,
REFERENCES => {TABLE => 'bugs',
COLUMN => 'bug_id',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment