Fix installation warning

fixes #43
This commit is contained in:
Cédric Anne 2023-06-19 14:37:50 +02:00 committed by Johan Cwiklinski
parent 4899ba4968
commit 9e17e9d8fa

View File

@ -483,7 +483,7 @@ function plugin_example_install() {
`id` int {$default_key_sign} NOT NULL auto_increment,
`name` varchar(255) default NULL,
`serial` varchar(255) NOT NULL,
`plugin_example_dropdowns_id` int NOT NULL default '0',
`plugin_example_dropdowns_id` int {$default_key_sign} NOT NULL default '0',
`is_deleted` tinyint NOT NULL default '0',
`is_template` tinyint NOT NULL default '0',
`template_name` varchar(255) default NULL,