mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#9771 fixed create table database
This commit is contained in:
parent
363f29d333
commit
d52e31e94c
@ -4363,3 +4363,4 @@ CREATE TABLE IF NOT EXISTS `tdiscovery_apps_tasks_macros` (
|
|||||||
`temp_conf` tinyint unsigned NOT NULL DEFAULT 0,
|
`temp_conf` tinyint unsigned NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY (`id_task`, `macro`),
|
PRIMARY KEY (`id_task`, `macro`),
|
||||||
FOREIGN KEY (`id_task`) REFERENCES trecon_task(`id_rt`) ON DELETE CASCADE ON UPDATE CASCADE
|
FOREIGN KEY (`id_task`) REFERENCES trecon_task(`id_rt`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
Loading…
x
Reference in New Issue
Block a user