Skip to content

Commit

Permalink
fix(install): remove useless field
Browse files Browse the repository at this point in the history
see code in upgrade from 2.6 to 2.7

Signed-off-by: btry <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 28, 2018
1 parent 0385c20 commit 56a4b5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/mysql/plugin_formcreator_empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questions` (
`range_min` varchar(10) DEFAULT NULL,
`range_max` varchar(10) DEFAULT NULL,
`description` text NOT NULL,
`regex` text,
`order` int(11) NOT NULL DEFAULT '0',
`show_rule` enum('always','hidden','shown') NOT NULL DEFAULT 'always',
`uuid` varchar(255) DEFAULT NULL,
Expand Down

0 comments on commit 56a4b5f

Please sign in to comment.