mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-27 22:48:43 +02:00

committed by
Johan Cwiklinski

parent
4899ba4968
commit
9e17e9d8fa
2
hook.php
2
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,
|
||||
|
Reference in New Issue
Block a user