Skip to content

Commit

Permalink
Added missing table column
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Apr 15, 2016
1 parent 4c64b27 commit 6f491d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension.driver.php
Expand Up @@ -24,6 +24,7 @@ public function install()
`destination` VARCHAR(255) NOT NULL,
`validator` VARCHAR(50),
`unique` enum('yes','no') NOT NULL DEFAULT 'yes',
`default_main_lang` ENUM('yes', 'no') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'no',
`required_languages` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`min_width` INT(11) unsigned,
`min_height` INT(11) unsigned,
Expand Down

0 comments on commit 6f491d2

Please sign in to comment.