Skip to content

Commit

Permalink
error with install fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
amma35 committed Jul 10, 2018
1 parent 2912844 commit 2f68032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/empty-1.4.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ CREATE TABLE `glpi_plugin_moreticket_waitingtickets` (
`status` int(11) NOT NULL DEFAULT '2', -- ancien statut
PRIMARY KEY (`id`), -- index
KEY `date_suspension` (`date_suspension`),
FOREIGN KEY (`tickets_id`) REFERENCES glpi_tickets (id),
FOREIGN KEY (`plugin_moreticket_waitingtypes_id`) REFERENCES glpi_plugin_moreticket_waitingtypes (id)
KEY (`tickets_id`) ,
KEY (`plugin_moreticket_waitingtypes_id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci;

-- --------------------------------------------------------
Expand Down

0 comments on commit 2f68032

Please sign in to comment.