Fix missing auto_increment and FGB error #1

Merged
CiviWare merged 2 commits from jon/com.megaphonetech.relateentities:master into master 2019-09-20 16:46:18 +00:00
Showing only changes of commit dbed69ca12 - Show all commits

View File

@ -5,7 +5,7 @@ class CRM_RelateEntities_Settings {
public static function install() { public static function install() {
CRM_Core_DAO::executeQuery(" CRM_Core_DAO::executeQuery("
CREATE TABLE IF NOT EXISTS `civicrm_relate_entities` ( CREATE TABLE IF NOT EXISTS `civicrm_relate_entities` (
`id` int(10) UNSIGNED NOT NULL, `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`entity_table_a` varchar(255) NOT NULL, `entity_table_a` varchar(255) NOT NULL,
`entity_table_b` varchar(255) NOT NULL, `entity_table_b` varchar(255) NOT NULL,
`entity_id_a` int(10) UNSIGNED NOT NULL, `entity_id_a` int(10) UNSIGNED NOT NULL,