Skip to content

Commit

Permalink
fix(instal): useless columns in schema of fresh install
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 25, 2019
1 parent 5138ac1 commit 8f54c95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install/mysql/plugin_formcreator_empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questions` (
`show_empty` tinyint(1) NOT NULL DEFAULT '0',
`default_values` text,
`values` text,
`range_min` varchar(10) DEFAULT NULL,
`range_max` varchar(10) DEFAULT NULL,
`description` text NOT NULL,
`order` int(11) NOT NULL DEFAULT '0',
`show_rule` enum('always','hidden','shown') NOT NULL DEFAULT 'always',
Expand Down

0 comments on commit 8f54c95

Please sign in to comment.