<div dir="ltr"><div dir="ltr">Hello Alexander,<br><br>> *************************** 1. row ***************************<br>>       Table: voip_dom_preferences<br>> Create Table: CREATE TABLE `voip_dom_preferences` (<br>>   `id` int(11) unsigned NOT NULL AUTO_INCREMENT,<br>>  `domain_id` int(11) unsigned NOT NULL,<br>>  `attribute_id` int(11) unsigned NOT NULL,<br>>  `value` varchar(128) NOT NULL,<br>>  `modify_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),<br>>  PRIMARY KEY (`id`),<br>>  KEY `domidattrid_idx` (`domain_id`,`attribute_id`),<br>>  KEY `domainid_idx` (`domain_id`),<br>>  KEY `attributeid_idx` (`attribute_id`),<br>>  CONSTRAINT `v_d_p_attributeid_ref` FOREIGN KEY (`attribute_id`) REFERENCES `voip_preferences` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,<br>>  CONSTRAINT `v_d_p_domainid_ref` FOREIGN KEY (`domain_id`) REFERENCES `voip_domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE<br>> ) ENGINE=InnoDB AUTO_INCREMENT=377 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci<br></div><br>Hmm, I see the table contains all required constraints. I'm checking why there are *_ibfk_1 constraints in our files.<br><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 28, 2025 at 4:38 PM Alexander Schwarz <<a href="mailto:schwarz@flow7.de" target="_blank">schwarz@flow7.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Mykola Malkov,<br>
<br>
could you give us a quick status?<br>
Will it be resolved in further versions or is there a bugfix?<br>
<br>
Best regards,<br>
<br>
Alex<br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr">WBR<div>---<br>Mykola Malkov</div></div></div>