Skip to content

Commit

Permalink
Fix installation warning
Browse files Browse the repository at this point in the history
fixes #43
  • Loading branch information
cedric-anne authored and trasher committed Jun 19, 2023
1 parent 4899ba4 commit 9e17e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e17e9d

Please sign in to comment.