mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed sql error in migration. Ticket #2708
This commit is contained in:
parent
2f730fae87
commit
a6ac8c02f8
@ -161,5 +161,5 @@ INSERT INTO `tgis_map_has_tgis_map_con` SELECT * FROM `tgis_map_has_tgis_map_con
|
|||||||
DROP TABLE `tgis_map_has_tgis_map_connection`;
|
DROP TABLE `tgis_map_has_tgis_map_connection`;
|
||||||
|
|
||||||
ALTER TABLE `tmodule_relationship`
|
ALTER TABLE `tmodule_relationship`
|
||||||
ADD COLUMN `id_rt` int(10) unsigned NOT NULL DEFAULT 0,
|
--ADD COLUMN `id_rt` int(10) unsigned NOT NULL DEFAULT 0,
|
||||||
ADD FOREIGN KEY (`id_rt`) REFERENCES trecon_task(`id_rt`) ON DELETE CASCADE;
|
ADD FOREIGN KEY (`id_rt`) REFERENCES trecon_task(`id_rt`) ON DELETE CASCADE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user