Skip to content

Commit

Permalink
fmDNS - #154 - Fixed installer
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyXJ authored and WillyXJ committed Dec 2, 2014
1 parent 5fc6660 commit e16baa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/fm-modules/fmDNS/install.php
Expand Up @@ -76,6 +76,8 @@ function installfmDNSSchema($link = null, $database, $module, $noisy = true) {
CREATE TABLE IF NOT EXISTS $database.`fm_{$__FM_CONFIG[$module]['prefix']}domains` (
`domain_id` int(11) NOT NULL AUTO_INCREMENT,
`account_id` int(11) NOT NULL DEFAULT '1',
`domain_template` ENUM('yes','no') NOT NULL DEFAULT 'no',
`domain_default` ENUM('yes','no') NOT NULL DEFAULT 'no',
`soa_id` int(11) NOT NULL DEFAULT '0',
`soa_serial_no` INT(2) UNSIGNED ZEROFILL NOT NULL DEFAULT '0',
`domain_name` varchar(255) NOT NULL DEFAULT '',
Expand Down

0 comments on commit e16baa6

Please sign in to comment.