mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
New networkmaps (Added new data to relations db)
This commit is contained in:
parent
be89ec1c9b
commit
b090047640
@ -1892,6 +1892,7 @@ CREATE TABLE IF NOT EXISTS `trel_item` (
|
||||
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`id_parent` int(10) unsigned NOT NULL default 0,
|
||||
`id_child` int(10) unsigned NOT NULL default 0,
|
||||
`id_map` int(10) unsigned NOT NULL default 0,
|
||||
`id_parent_source_data` int(10) unsigned NOT NULL default 0,
|
||||
`id_child_source_data` int(10) unsigned NOT NULL default 0,
|
||||
`parent_type` int(10) unsigned NOT NULL default 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user