In the install schema, you create an index where I believe you want a unique constraint over the first three fields.
Index: shindig_integrator.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ShindigIntegrator/shindig_integrator/shindig_integrator.install,v
retrieving revision 1.2.2.2
diff -r1.2.2.2 shindig_integrator.install
228c228
< 'indexes' => array(
---
> 'unique keys' => array(
| Comment | File | Size | Author |
|---|---|---|---|
| shindig_integrator-unique.patch | 359 bytes | pletcher |
Comments
Comment #1
ramsharma2005 commentedHi pletcher,
Patch is applied.
Thanks for the patch.