projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e716d2c
)
allow duplicate contact email addresses for different contacts, RT#24148
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 24 Jul 2013 21:35:10 +0000
(14:35 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 24 Jul 2013 21:35:10 +0000
(14:35 -0700)
FS/FS/Schema.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Schema.pm
b/FS/FS/Schema.pm
index
984ac8a
..
41d3d80
100644
(file)
--- a/
FS/FS/Schema.pm
+++ b/
FS/FS/Schema.pm
@@
-1195,7
+1195,7
@@
sub tables_hashref {
'emailaddress', 'varchar', '', $char_d, '', '',
],
'primary_key' => 'contactemailnum',
- 'unique' => [ [ 'emailaddress' ], ],
+ 'unique' => [ [ '
contactnum', '
emailaddress' ], ],
'index' => [],
},