Commit a50b0164 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 285410: Duplicates columns are named incorrectly in the Schema

Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave
parent f53d4eac
......@@ -287,8 +287,8 @@ use constant ABSTRACT_SCHEMA => {
duplicates => {
FIELDS => [
dup_of => {TYPE => 'INT3', NOTNULL => 1},
dup => {TYPE => 'INT3', NOTNULL => 1,
dupe_of => {TYPE => 'INT3', NOTNULL => 1},
dupe => {TYPE => 'INT3', NOTNULL => 1,
PRIMARYKEY => 1},
],
},
......
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