Fixed the issue, I will update the wiki now with a MySQL example.<br><br>Regards,<br><br>Diego<br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 12:21 AM, Mathieu Rene <span dir="ltr">&lt;<a href="mailto:mrene_lists@avgs.ca">mrene_lists@avgs.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If we look at the message again,<br>
<div class="im">(`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)<br>
REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)<br>
</div>And put it into words:<br>
The contrainst names fs_lcr/lcr affecting field carrier_id, and<br>
referencing the id field of the carriers table, fails.<br>
In other words, the value you have for carrier_id does not match any<br>
value of id in the carriers table.<br>
<br>
Math<br>
<div class="im"><br>
On 10-Jun-09, at 12:13 AM, Diego Viola wrote:<br>
<br>
&gt; (`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)<br>
&gt; REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>