Skip to content

Commit

Permalink
fix VLANDomain table creation
Browse files Browse the repository at this point in the history
  • Loading branch information
github138 committed Mar 11, 2015
1 parent c1f04e8 commit 1eb78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwroot/inc/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ function get_pseudo_file ($name)
`description` char(255) default NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `description` (`description`),
CONSTRAINT `VLANDomain-FK-group_id` FOREIGN KEY (`group_id`) REFERENCES `VLANDomain` (`id`) ON DELETE SET NULL,
CONSTRAINT `VLANDomain-FK-group_id` FOREIGN KEY (`group_id`) REFERENCES `VLANDomain` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB";

$query[] = "CREATE TABLE `VLANIPv4` (
Expand Down

0 comments on commit 1eb78a6

Please sign in to comment.