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`;
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue