From 9e17e9d8fa5b56945f058b1cf599ccf8454bfdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 19 Jun 2023 14:37:50 +0200 Subject: [PATCH] Fix installation warning fixes #43 --- hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook.php b/hook.php index 1482a5d..61c02b3 100644 --- a/hook.php +++ b/hook.php @@ -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,