When im trying to start script it fails on this table creation process(
INFO: AdKats role groups table not found. Attempting to add.
[14:14:59 11] [AdKats] CREATE TABLE `adkats_rolegroups` (
`role_id` int(11) unsigned NOT NULL,
`group_key` VARCHAR(100) NOT NULL,
PRIMARY KEY (`role_id`,`group_key`),
KEY `adkats_rolegroups_fk_role` (`role_id`),
KEY `adkats_rolegroups_fk_command` (`group_key`),
CONSTRAINT `adkats_rolegroups_fk_role` FOREIGN KEY (`role_id`) REFERENCES `adkats_roles` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='AdKats - Connection of groups to roles'
[14:14:59 11] [AdKats] ERROR-7600: [Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException: Can't create table 'TonyS-BF3.adkats_rolegroups' (errno: 150)
в PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlCommand command)
в PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)]
[14:15:00 33] [AdKats] ALTER TABLE adkats_settings MODIFY setting_value varchar(10000)